#CA7036

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

Shades of Zest #CA7036

Tints of Zest #CA7036

Color information

#CA7036 (or 0xCA7036) is unknown color: approx Zest. HEX triplet: CA, 70 and 36. RGB value is (202,112,54). Sum of RGB (Red+Green+Blue) = 202+112+54=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7036 is #358FC9. Grayscale: #848484. Windows color (decimal): -3510218 or 3567818. OLE color: 3567818.

HSL color Cylindrical-coordinate representation of color #CA7036: hue angle of 23.51º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA7036 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20211254-
CMYK00.450.730.21
HSL23.51º58.27%50.2%-
HSV(B)23.51º73.27%79.22%-
XYZ30.8224.416.58-
YUV132.383.82177.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 54 (21.48% from 255) = 14.67%
R=54.89%
G=30.43%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021125400.450.730.2123.5158.2750.2
HexCA703602D4915183a32
Octal3121606605511125307262
Binary110010101110000110110010110110010011010111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7036; }

 p { color: rgb(202,112,54); }

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

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

 a { background-color: rgb(202,112,54); }

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

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

 span { border-color: rgb(202,112,54); }

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