Html Css Color HEX #C96D0C Chocolate

📋 copy color: '#C96D0C'

red 201 ◦ green 109 ◦ blue 12

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

Shades of Chocolate #C96D0C

Tints of Chocolate #C96D0C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 62.42%
G = 33.85%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C96D0C (or 0xC96D0C) is known color: Chocolate. HEX triplet: C9, 6D and 0C. RGB value is (201,109,12). Sum of RGB (Red+Green+Blue) = 201+109+12=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96D0C is #3692F3. Grayscale: #7D7D7D. Windows color (decimal): -3576564 or 814537. OLE color: 814537.

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

Color convert

RGB 201 109 12 -
CMYK 0 0.46 0.94 0.21
HSL 30.79º 0.89% 0.42% -
HSV(B) 30.79º 0.94% 0.79% -
XYZ 29.62 23.38 3.3 -
YUV 125.45 63.98 181.89 -
System Red Green Blue C M Y K H S L
Decimal 201 109 12 0 0.46 0.94 0.21 30.79 0.89 0.42
Hex C9 6D C 0 2E 5E 15 1F 59 2A
Octal 311 155 14 0 56 136 25 37 131 52
Binary 11001001 1101101 1100 0 101110 1011110 10101 11111 1011001 101010

Color Harmonies of #C96D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D0C

Black with #C96D0C

Text Example


Text Example

White with #C96D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D0C; }

 p { color: rgb(201,109,12); }

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

background-color css

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

 a { background-color: rgb(201,109,12); }

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

border-color css

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

 span { border-color: rgb(201,109,12); }

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