Html Css Color HEX #C96F09 Chocolate

📋 copy color: '#C96F09'

red 201 ◦ green 111 ◦ blue 9

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

Shades of Chocolate #C96F09

Tints of Chocolate #C96F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 62.62%
G = 34.58%
B = 2.8%

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

#C96F09 (or 0xC96F09) is known color: Chocolate. HEX triplet: C9, 6F and 09. RGB value is (201,111,9). Sum of RGB (Red+Green+Blue) = 201+111+9=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96F09 is #3690F6. Grayscale: #7E7E7E. Windows color (decimal): -3576055 or 618441. OLE color: 618441.

HSL color Cylindrical-coordinate representation of color #C96F09: hue angle of 31.88º degrees, saturation: 0.91, 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 #C96F09 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 111 9 -
CMYK 0 0.45 0.96 0.21
HSL 31.88º 0.91% 0.41% -
HSV(B) 31.88º 0.96% 0.79% -
XYZ 29.82 23.81 3.28 -
YUV 126.28 61.82 181.29 -
System Red Green Blue C M Y K H S L
Decimal 201 111 9 0 0.45 0.96 0.21 31.88 0.91 0.41
Hex C9 6F 9 0 2D 60 15 20 5B 29
Octal 311 157 11 0 55 140 25 40 133 51
Binary 11001001 1101111 1001 0 101101 1100000 10101 100000 1011011 101001

Color Harmonies of #C96F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96F09

Black with #C96F09

Text Example


Text Example

White with #C96F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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