Html Css Color HEX #C96A1E Chocolate

📋 copy color: '#C96A1E'

red 201 ◦ green 106 ◦ blue 30

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

Shades of Chocolate #C96A1E

Tints of Chocolate #C96A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 59.64%
G = 31.45%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C96A1E (or 0xC96A1E) is known color: Chocolate. HEX triplet: C9, 6A and 1E. RGB value is (201,106,30). Sum of RGB (Red+Green+Blue) = 201+106+30=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A1E is #3695E1. Grayscale: #7E7E7E. Windows color (decimal): -3577314 or 1993417. OLE color: 1993417.

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

Color convert

RGB 201 106 30 -
CMYK 0 0.47 0.85 0.21
HSL 26.67º 0.74% 0.45% -
HSV(B) 26.67º 0.85% 0.79% -
XYZ 29.48 22.82 4.08 -
YUV 125.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 201 106 30 0 0.47 0.85 0.21 26.67 0.74 0.45
Hex C9 6A 1E 0 2F 55 15 1B 4A 2D
Octal 311 152 36 0 57 125 25 33 112 55
Binary 11001001 1101010 11110 0 101111 1010101 10101 11011 1001010 101101

Color Harmonies of #C96A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96A1E

Black with #C96A1E

Text Example


Text Example

White with #C96A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96A1E; }

 p { color: rgb(201,106,30); }

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

background-color css

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

 a { background-color: rgb(201,106,30); }

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

border-color css

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

 span { border-color: rgb(201,106,30); }

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