Html Css Color HEX #C96C16 Chocolate

📋 copy color: '#C96C16'

red 201 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #C96C16

Tints of Chocolate #C96C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 60.73%
G = 32.63%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C96C16 (or 0xC96C16) is known color: Chocolate. HEX triplet: C9, 6C and 16. RGB value is (201,108,22). Sum of RGB (Red+Green+Blue) = 201+108+22=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96C16 is #3693E9. Grayscale: #7E7E7E. Windows color (decimal): -3576810 or 1469641. OLE color: 1469641.

HSL color Cylindrical-coordinate representation of color #C96C16: hue angle of 28.83º degrees, saturation: 0.8, 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 #C96C16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 108 22 -
CMYK 0 0.46 0.89 0.21
HSL 28.83º 0.8% 0.44% -
HSV(B) 28.83º 0.89% 0.79% -
XYZ 29.59 23.2 3.68 -
YUV 126 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 201 108 22 0 0.46 0.89 0.21 28.83 0.8 0.44
Hex C9 6C 16 0 2E 59 15 1D 50 2C
Octal 311 154 26 0 56 131 25 35 120 54
Binary 11001001 1101100 10110 0 101110 1011001 10101 11101 1010000 101100

Color Harmonies of #C96C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96C16

Black with #C96C16

Text Example


Text Example

White with #C96C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96C16; }

 p { color: rgb(201,108,22); }

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

background-color css

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

 a { background-color: rgb(201,108,22); }

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

border-color css

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

 span { border-color: rgb(201,108,22); }

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