color codes Logo

#c95a2b color codes

#C95A2B
(201,90,43)
0 Favorites   0 Comments

Color spaces of #c95a2b

RGB 2019043
HSL0.050.650.48
HSV18°79°79°
CMYK 0.000.550.79   0.21
XYZ28.179619.90434.6422
Yxy19.90430.53450.3775
Hunter Lab44.614234.670725.0607
CIE-Lab51.728841.467846.9048

#c95a2b color RGB value is (201,90,43).

#c95a2b hex color red value is 201, green value is 90 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c95a2b hue: 0.05 , saturation: 0.65 and the lightness value of c95a2b is 0.48.

The process color (four color CMYK) of #c95a2b color code is 0.00, 0.55, 0.79, 0.21. Web safe color of #c95a2b is #cc6633. Color #c95a2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011010 00101011
Octal 311 132 53
Decimal 201 90 43
Hex C9 5A 2B

RGB Percentages of Color #c95a2b

%60.18
%26.95
%12.87

CMYK Percentages of Color #c95a2b

%0
%55
%79
%21

Triadic Colors of #c95a2b

#c95a2b #2bc95a #5a2bc9

Analogous Colors of #c95a2b

#c95a2b #c9a92b #c92b4b

Monochromatic Colors of #c95a2b

#c95a2b

Complementary Color

#c95a2b #2b9ac9

#c95a2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95a2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95a2b Color CSS Codes

.mybgcolor {background-color:#c95a2b; } 
.myforecolor {color:#c95a2b; }
.mybordercolor {border:3px solid #c95a2b; }

#c95a2b Text Font Color

<p style="color:#c95a2b">Text here</p>

This sample text font color is #c95a2b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c95a2b Background Color

<div style="background-color:#c95a2b">
Div content here</div>

This div background color is #c95a2b


#c95a2b Border Color

<div style="border:3px solid #c95a2b">
Div here</div>

This div border color is #c95a2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,90,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95a2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95a2b;
  -webkit-box-shadow: 1px 1px 3px 2px #c95a2b;
  box-shadow:         1px 1px 3px 2px #c95a2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,90,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c95a2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c95a2b;
  -webkit-box-shadow: 1px 1px 3px 2px #c95a2b;
  box-shadow:         1px 1px 3px 2px #c95a2b;">
Div content here</div>

This div box has shadow with color #c95a2b


Comments

No comments written yet.

Please login to write comment.