Html Css Color HEX #C87235 Zest

📋 copy color: '#C87235'

red 200 ◦ green 114 ◦ blue 53

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

Shades of Zest #C87235

Tints of Zest #C87235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 54.5%
G = 31.06%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C87235 (or 0xC87235) is known color: Zest. HEX triplet: C8, 72 and 35. RGB value is (200,114,53). Sum of RGB (Red+Green+Blue) = 200+114+53=367 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.50% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 200 - color contains mainly: red. Hex color #C87235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87235 is #378DCA. Grayscale: #858585. Windows color (decimal): -3640779 or 3502792. OLE color: 3502792.

HSL color Cylindrical-coordinate representation of color #C87235: hue angle of 24.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C87235 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 53 -
CMYK 0 0.43 0.74 0.22
HSL 24.9º 0.58% 0.5% -
HSV(B) 24.9º 0.74% 0.78% -
XYZ 30.48 24.57 6.5 -
YUV 132.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 200 114 53 0 0.43 0.74 0.22 24.9 0.58 0.5
Hex C8 72 35 0 2B 4A 16 19 3A 32
Octal 310 162 65 0 53 112 26 31 72 62
Binary 11001000 1110010 110101 0 101011 1001010 10110 11001 111010 110010

Color Harmonies of #C87235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87235

Black with #C87235

Text Example


Text Example

White with #C87235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87235; }

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

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

background-color css

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

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

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

border-color css

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

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

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