Html Css Color HEX #C87007 Chocolate

📋 copy color: '#C87007'

red 200 ◦ green 112 ◦ blue 7

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

Shades of Chocolate #C87007

Tints of Chocolate #C87007

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

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

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

R = 62.7%
G = 35.11%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C87007 (or 0xC87007) is known color: Chocolate. HEX triplet: C8, 70 and 07. RGB value is (200,112,7). Sum of RGB (Red+Green+Blue) = 200+112+7=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C87007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87007 is #378FF8. Grayscale: #7E7E7E. Windows color (decimal): -3641337 or 487624. OLE color: 487624.

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

Color convert

RGB 200 112 7 -
CMYK 0 0.44 0.96 0.22
HSL 32.64º 0.93% 0.41% -
HSV(B) 32.64º 0.97% 0.78% -
XYZ 29.65 23.88 3.25 -
YUV 126.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 200 112 7 0 0.44 0.96 0.22 32.64 0.93 0.41
Hex C8 70 7 0 2C 60 16 21 5D 29
Octal 310 160 7 0 54 140 26 41 135 51
Binary 11001000 1110000 111 0 101100 1100000 10110 100001 1011101 101001

Color Harmonies of #C87007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87007

Black with #C87007

Text Example


Text Example

White with #C87007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87007; }

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

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

background-color css

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

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

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

border-color css

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

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

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