Html Css Color HEX #C96E0E Chocolate

📋 copy color: '#C96E0E'

red 201 ◦ green 110 ◦ blue 14

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

Shades of Chocolate #C96E0E

Tints of Chocolate #C96E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 61.85%
G = 33.85%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C96E0E (or 0xC96E0E) is known color: Chocolate. HEX triplet: C9, 6E and 0E. RGB value is (201,110,14). Sum of RGB (Red+Green+Blue) = 201+110+14=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96E0E is #3691F1. Grayscale: #7E7E7E. Windows color (decimal): -3576306 or 945865. OLE color: 945865.

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

Color convert

RGB 201 110 14 -
CMYK 0 0.45 0.93 0.21
HSL 30.8º 0.87% 0.42% -
HSV(B) 30.8º 0.93% 0.79% -
XYZ 29.74 23.6 3.4 -
YUV 126.27 64.65 181.31 -
System Red Green Blue C M Y K H S L
Decimal 201 110 14 0 0.45 0.93 0.21 30.8 0.87 0.42
Hex C9 6E E 0 2D 5D 15 1F 57 2A
Octal 311 156 16 0 55 135 25 37 127 52
Binary 11001001 1101110 1110 0 101101 1011101 10101 11111 1010111 101010

Color Harmonies of #C96E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96E0E

Black with #C96E0E

Text Example


Text Example

White with #C96E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96E0E; }

 p { color: rgb(201,110,14); }

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

background-color css

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

 a { background-color: rgb(201,110,14); }

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

border-color css

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

 span { border-color: rgb(201,110,14); }

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