Html Css Color HEX #C87040 Zest

📋 copy color: '#C87040'

red 200 ◦ green 112 ◦ blue 64

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

Shades of Zest #C87040

Tints of Zest #C87040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 53.19%
G = 29.79%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87040 (or 0xC87040) is known color: Zest. HEX triplet: C8, 70 and 40. RGB value is (200,112,64). Sum of RGB (Red+Green+Blue) = 200+112+64=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C87040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87040 is #378FBF. Grayscale: #858585. Windows color (decimal): -3641280 or 4223176. OLE color: 4223176.

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

Color convert

RGB 200 112 64 -
CMYK 0 0.44 0.68 0.22
HSL 21.18º 0.55% 0.52% -
HSV(B) 21.18º 0.68% 0.78% -
XYZ 30.54 24.24 7.92 -
YUV 132.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 200 112 64 0 0.44 0.68 0.22 21.18 0.55 0.52
Hex C8 70 40 0 2C 44 16 15 37 34
Octal 310 160 100 0 54 104 26 25 67 64
Binary 11001000 1110000 1000000 0 101100 1000100 10110 10101 110111 110100

Color Harmonies of #C87040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87040

Black with #C87040

Text Example


Text Example

White with #C87040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87040; }

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

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

background-color css

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

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

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

border-color css

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

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

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