Html Css Color HEX #C96418 Chocolate

📋 copy color: '#C96418'

red 201 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #C96418

Tints of Chocolate #C96418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.77%

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 61.85%
G = 30.77%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96418 (or 0xC96418) is known color: Chocolate. HEX triplet: C9, 64 and 18. RGB value is (201,100,24). Sum of RGB (Red+Green+Blue) = 201+100+24=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C96418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96418 is #369BE7. Grayscale: #797979. Windows color (decimal): -3578856 or 1598665. OLE color: 1598665.

HSL color Cylindrical-coordinate representation of color #C96418: hue angle of 25.76º degrees, saturation: 0.79, 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 #C96418 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 100 24 -
CMYK 0 0.50 0.88 0.21
HSL 25.76º 0.79% 0.44% -
HSV(B) 25.76º 0.88% 0.79% -
XYZ 28.81 21.6 3.51 -
YUV 121.54 72.96 184.68 -
System Red Green Blue C M Y K H S L
Decimal 201 100 24 0 0.50 0.88 0.21 25.76 0.79 0.44
Hex C9 64 18 0 32 58 15 1A 4F 2C
Octal 311 144 30 0 62 130 25 32 117 54
Binary 11001001 1100100 11000 0 110010 1011000 10101 11010 1001111 101100

Color Harmonies of #C96418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96418

Black with #C96418

Text Example


Text Example

White with #C96418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96418; }

 p { color: rgb(201,100,24); }

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

background-color css

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

 a { background-color: rgb(201,100,24); }

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

border-color css

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

 span { border-color: rgb(201,100,24); }

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