Html Css Color HEX #C96011 Chocolate

📋 copy color: '#C96011'

red 201 ◦ green 96 ◦ blue 17

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

Shades of Chocolate #C96011

Tints of Chocolate #C96011

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 64.01%
G = 30.57%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C96011 (or 0xC96011) is known color: Chocolate. HEX triplet: C9, 60 and 11. RGB value is (201,96,17). Sum of RGB (Red+Green+Blue) = 201+96+17=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C96011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96011 is #369FEE. Grayscale: #767676. Windows color (decimal): -3579887 or 1138889. OLE color: 1138889.

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

Color convert

RGB 201 96 17 -
CMYK 0 0.52 0.92 0.21
HSL 25.76º 0.84% 0.43% -
HSV(B) 25.76º 0.92% 0.79% -
XYZ 28.37 20.82 3.05 -
YUV 118.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 201 96 17 0 0.52 0.92 0.21 25.76 0.84 0.43
Hex C9 60 11 0 34 5C 15 1A 54 2B
Octal 311 140 21 0 64 134 25 32 124 53
Binary 11001001 1100000 10001 0 110100 1011100 10101 11010 1010100 101011

Color Harmonies of #C96011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96011

Black with #C96011

Text Example


Text Example

White with #C96011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96011; }

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

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

background-color css

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

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

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

border-color css

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

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

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