Html Css Color HEX #C96F08 Chocolate

📋 copy color: '#C96F08'

red 201 ◦ green 111 ◦ blue 8

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

Shades of Chocolate #C96F08

Tints of Chocolate #C96F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 62.81%
G = 34.69%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C96F08 (or 0xC96F08) is known color: Chocolate. HEX triplet: C9, 6F and 08. RGB value is (201,111,8). Sum of RGB (Red+Green+Blue) = 201+111+8=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F08 is #3690F7. Grayscale: #7E7E7E. Windows color (decimal): -3576056 or 552905. OLE color: 552905.

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

Color convert

RGB 201 111 8 -
CMYK 0 0.45 0.96 0.21
HSL 32.02º 0.92% 0.41% -
HSV(B) 32.02º 0.96% 0.79% -
XYZ 29.82 23.8 3.25 -
YUV 126.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 201 111 8 0 0.45 0.96 0.21 32.02 0.92 0.41
Hex C9 6F 8 0 2D 60 15 20 5C 29
Octal 311 157 10 0 55 140 25 40 134 51
Binary 11001001 1101111 1000 0 101101 1100000 10101 100000 1011100 101001

Color Harmonies of #C96F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F08

Black with #C96F08

Text Example


Text Example

White with #C96F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F08; }

 p { color: rgb(201,111,8); }

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

background-color css

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

 a { background-color: rgb(201,111,8); }

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

border-color css

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

 span { border-color: rgb(201,111,8); }

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