Html Css Color HEX #C87240 Zest

📋 copy color: '#C87240'

red 200 ◦ green 114 ◦ blue 64

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

Shades of Zest #C87240

Tints of Zest #C87240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

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

R = 52.91%
G = 30.16%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C87240 (or 0xC87240) is known color: Zest. HEX triplet: C8, 72 and 40. RGB value is (200,114,64). Sum of RGB (Red+Green+Blue) = 200+114+64=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C87240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87240 is #378DBF. Grayscale: #868686. Windows color (decimal): -3640768 or 4223688. OLE color: 4223688.

HSL color Cylindrical-coordinate representation of color #C87240: hue angle of 22.06º 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 #C87240 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 64 -
CMYK 0 0.43 0.68 0.22
HSL 22.06º 0.55% 0.52% -
HSV(B) 22.06º 0.68% 0.78% -
XYZ 30.76 24.68 7.99 -
YUV 134.01 88.49 175.07 -
System Red Green Blue C M Y K H S L
Decimal 200 114 64 0 0.43 0.68 0.22 22.06 0.55 0.52
Hex C8 72 40 0 2B 44 16 16 37 34
Octal 310 162 100 0 53 104 26 26 67 64
Binary 11001000 1110010 1000000 0 101011 1000100 10110 10110 110111 110100

Color Harmonies of #C87240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87240

Black with #C87240

Text Example


Text Example

White with #C87240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87240; }

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

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

background-color css

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

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

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

border-color css

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

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

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