#C87335

Color #C87335 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C87335

Tints of Zest #C87335

Color information

#C87335 (or 0xC87335) is unknown color: approx Zest. HEX triplet: C8, 73 and 35. RGB value is (200,115,53). Sum of RGB (Red+Green+Blue) = 200+115+53=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C87335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87335 is #378CCA. Grayscale: #858585. Windows color (decimal): -3640523 or 3503048. OLE color: 3503048.

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

Color convert

RGB20011553-
CMYK00.420.740.22
HSL25.31º58.1%49.61%-
HSV(B)25.31º73.5%78.43%-
XYZ30.5924.86.54-
YUV133.3582.66175.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.35%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=54.35%
G=31.25%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001155300.420.740.2225.3158.149.61
HexC8733502A4A16193a32
Octal3101636505211226317262
Binary110010001110011110101010101010010101011011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87335; }

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

 H1.HeaderClassName
 {
   color: #C87335;
 }
 .AnyTagClassName
 {
   color: #C87335;
 }
</style>
background-color css

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

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

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

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

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

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