Html Css Color HEX #C96D1E Chocolate

📋 copy color: '#C96D1E'

red 201 ◦ green 109 ◦ blue 30

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

Shades of Chocolate #C96D1E

Tints of Chocolate #C96D1E

RGB

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

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

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

R = 59.12%
G = 32.06%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C96D1E (or 0xC96D1E) is known color: Chocolate. HEX triplet: C9, 6D and 1E. RGB value is (201,109,30). Sum of RGB (Red+Green+Blue) = 201+109+30=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96D1E is #3692E1. Grayscale: #7F7F7F. Windows color (decimal): -3576546 or 1994185. OLE color: 1994185.

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

Color convert

RGB 201 109 30 -
CMYK 0 0.46 0.85 0.21
HSL 27.72º 0.74% 0.45% -
HSV(B) 27.72º 0.85% 0.79% -
XYZ 29.79 23.45 4.18 -
YUV 127.5 72.98 180.42 -
System Red Green Blue C M Y K H S L
Decimal 201 109 30 0 0.46 0.85 0.21 27.72 0.74 0.45
Hex C9 6D 1E 0 2E 55 15 1C 4A 2D
Octal 311 155 36 0 56 125 25 34 112 55
Binary 11001001 1101101 11110 0 101110 1010101 10101 11100 1001010 101101

Color Harmonies of #C96D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D1E

Black with #C96D1E

Text Example


Text Example

White with #C96D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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