Color Hex Logo

#c96226 Color Hex

#C96226
(201,98,38)
0 Favorites   0 Comments

Color spaces of #c96226

RGB 2019838
HSL0.060.680.47
HSV22°81°79°
CMYK 0.000.510.81   0.21
XYZ28.804921.29284.4255
Yxy21.29280.52830.3905
Hunter Lab46.144130.674226.6146
CIE-Lab53.268537.279550.6639

#c96226 color RGB value is (201,98,38).

#c96226 hex color red value is 201, green value is 98 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #c96226 hue: 0.06 , saturation: 0.68 and the lightness value of c96226 is 0.47.

The process color (four color CMYK) of #c96226 color hex is 0.00, 0.51, 0.81, 0.21. Web safe color of #c96226 is #cc6633. Color #c96226 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100010 00100110
Octal 311 142 46
Decimal 201 98 38
Hex C9 62 26

RGB Percentages of Color #c96226

%59.64
%29.08
%11.28

CMYK Percentages of Color #c96226

%0
%51
%81
%21

Triadic Colors of #c96226

#c96226 #26c962 #6226c9

Analogous Colors of #c96226

#c96226 #c9b426 #c9263c

Monochromatic Colors of #c96226

#c96226

Complementary Color

#c96226 #268dc9

#c96226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96226 Color CSS Codes

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

#c96226 Text Font Color

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

This sample text font color is #c96226
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.


#c96226 Background Color

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

This div background color is #c96226


#c96226 Border Color

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

This div border color is #c96226


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96226


Comments

No comments written yet.

Please login to write comment.