Html Css Color HEX #C96211 Chocolate

📋 copy color: '#C96211'

red 201 ◦ green 98 ◦ blue 17

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

Shades of Chocolate #C96211

Tints of Chocolate #C96211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 63.61%
G = 31.01%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C96211 (or 0xC96211) is known color: Chocolate. HEX triplet: C9, 62 and 11. RGB value is (201,98,17). Sum of RGB (Red+Green+Blue) = 201+98+17=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C96211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96211 is #369DEE. Grayscale: #777777. Windows color (decimal): -3579375 or 1139401. OLE color: 1139401.

HSL color Cylindrical-coordinate representation of color #C96211: hue angle of 26.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C96211 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 98 17 -
CMYK 0 0.51 0.92 0.21
HSL 26.41º 0.84% 0.43% -
HSV(B) 26.41º 0.92% 0.79% -
XYZ 28.56 21.19 3.12 -
YUV 119.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 201 98 17 0 0.51 0.92 0.21 26.41 0.84 0.43
Hex C9 62 11 0 33 5C 15 1A 54 2B
Octal 311 142 21 0 63 134 25 32 124 53
Binary 11001001 1100010 10001 0 110011 1011100 10101 11010 1010100 101011

Color Harmonies of #C96211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96211

Black with #C96211

Text Example


Text Example

White with #C96211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96211; }

 p { color: rgb(201,98,17); }

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

background-color css

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

 a { background-color: rgb(201,98,17); }

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

border-color css

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

 span { border-color: rgb(201,98,17); }

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