Html Css Color HEX #C96117 Chocolate

📋 copy color: '#C96117'

red 201 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #C96117

Tints of Chocolate #C96117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 62.62%
G = 30.22%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C96117 (or 0xC96117) is known color: Chocolate. HEX triplet: C9, 61 and 17. RGB value is (201,97,23). Sum of RGB (Red+Green+Blue) = 201+97+23=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96117 is #369EE8. Grayscale: #787878. Windows color (decimal): -3579625 or 1532361. OLE color: 1532361.

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

Color convert

RGB 201 97 23 -
CMYK 0 0.52 0.89 0.21
HSL 24.94º 0.79% 0.44% -
HSV(B) 24.94º 0.89% 0.79% -
XYZ 28.52 21.03 3.37 -
YUV 119.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 201 97 23 0 0.52 0.89 0.21 24.94 0.79 0.44
Hex C9 61 17 0 34 59 15 19 4F 2C
Octal 311 141 27 0 64 131 25 31 117 54
Binary 11001001 1100001 10111 0 110100 1011001 10101 11001 1001111 101100

Color Harmonies of #C96117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96117

Black with #C96117

Text Example


Text Example

White with #C96117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96117; }

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

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

background-color css

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

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

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

border-color css

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

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

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