Html Css Color HEX #C96119 Chocolate

📋 copy color: '#C96119'

red 201 ◦ green 97 ◦ blue 25

#C96119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C96119

Tints of Chocolate #C96119

RGB

 RED value IS 201 (78.91% from 255) = 62.23%

 GREEN value IS 97 (38.28% from 255) = 30.03%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 62.23%
G = 30.03%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C96119 (or 0xC96119) is known color: Chocolate. HEX triplet: C9, 61 and 19. RGB value is (201,97,25). Sum of RGB (Red+Green+Blue) = 201+97+25=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96119 is #369EE6. Grayscale: #787878. Windows color (decimal): -3579623 or 1663433. OLE color: 1663433.

HSL color Cylindrical-coordinate representation of color #C96119: hue angle of 24.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96119 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 97 25 -
CMYK 0 0.52 0.88 0.21
HSL 24.55º 0.78% 0.44% -
HSV(B) 24.55º 0.88% 0.79% -
XYZ 28.54 21.04 3.48 -
YUV 119.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 201 97 25 0 0.52 0.88 0.21 24.55 0.78 0.44
Hex C9 61 19 0 34 58 15 19 4E 2C
Octal 311 141 31 0 64 130 25 31 116 54
Binary 11001001 1100001 11001 0 110100 1011000 10101 11001 1001110 101100

Color Harmonies of #C96119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96119

Black with #C96119

Text Example


Text Example

White with #C96119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96119; }

 p { color: rgb(201,97,25); }

 H1.HeaderClassName
 {
   color: #C96119;
 }
 .AnyTagClassName
 {
   color: #C96119;
 }
</style>

background-color css

<style>
 a { background-color: #C96119; }

 a { background-color: rgb(201,97,25); }

 div.DivClassName
 {
   background-color: #C96119;
 }
 .BgClassName
 {
   background-color: #C96119;
 }
</style>

border-color css

<style>
 span { border-color: #C96119; }

 span { border-color: rgb(201,97,25); }

 td.TdClassName
 {
   border-color: #C96119;
 }
 .TagClassName
 {
   border-color: #C96119;
 }
</style>