Html Css Color HEX #C97007 Chocolate

📋 copy color: '#C97007'

red 201 ◦ green 112 ◦ blue 7

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

Shades of Chocolate #C97007

Tints of Chocolate #C97007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 62.81%
G = 35%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C97007 (or 0xC97007) is known color: Chocolate. HEX triplet: C9, 70 and 07. RGB value is (201,112,7). Sum of RGB (Red+Green+Blue) = 201+112+7=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C97007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97007 is #368FF8. Grayscale: #7F7F7F. Windows color (decimal): -3575801 or 487625. OLE color: 487625.

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

Color convert

RGB 201 112 7 -
CMYK 0 0.44 0.97 0.21
HSL 32.47º 0.93% 0.41% -
HSV(B) 32.47º 0.97% 0.79% -
XYZ 29.92 24.02 3.26 -
YUV 126.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 201 112 7 0 0.44 0.97 0.21 32.47 0.93 0.41
Hex C9 70 7 0 2C 61 15 20 5D 29
Octal 311 160 7 0 54 141 25 40 135 51
Binary 11001001 1110000 111 0 101100 1100001 10101 100000 1011101 101001

Color Harmonies of #C97007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97007

Black with #C97007

Text Example


Text Example

White with #C97007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97007; }

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

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

background-color css

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

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

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

border-color css

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

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

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