Html Css Color HEX #C97009 Chocolate

📋 copy color: '#C97009'

red 201 ◦ green 112 ◦ blue 9

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

Shades of Chocolate #C97009

Tints of Chocolate #C97009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 62.42%
G = 34.78%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C97009 (or 0xC97009) is known color: Chocolate. HEX triplet: C9, 70 and 09. RGB value is (201,112,9). Sum of RGB (Red+Green+Blue) = 201+112+9=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C97009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97009 is #368FF6. Grayscale: #7F7F7F. Windows color (decimal): -3575799 or 618697. OLE color: 618697.

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

Color convert

RGB 201 112 9 -
CMYK 0 0.44 0.96 0.21
HSL 32.19º 0.91% 0.41% -
HSV(B) 32.19º 0.96% 0.79% -
XYZ 29.93 24.03 3.32 -
YUV 126.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 201 112 9 0 0.44 0.96 0.21 32.19 0.91 0.41
Hex C9 70 9 0 2C 60 15 20 5B 29
Octal 311 160 11 0 54 140 25 40 133 51
Binary 11001001 1110000 1001 0 101100 1100000 10101 100000 1011011 101001

Color Harmonies of #C97009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97009

Black with #C97009

Text Example


Text Example

White with #C97009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97009; }

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

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

background-color css

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

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

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

border-color css

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

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

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