#CA7136

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

Shades of Zest #CA7136

Tints of Zest #CA7136

Color information

#CA7136 (or 0xCA7136) is unknown color: approx Zest. HEX triplet: CA, 71 and 36. RGB value is (202,113,54). Sum of RGB (Red+Green+Blue) = 202+113+54=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7136 is #358EC9. Grayscale: #858585. Windows color (decimal): -3509962 or 3568074. OLE color: 3568074.

HSL color Cylindrical-coordinate representation of color #CA7136: hue angle of 23.92º 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 #CA7136 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20211354-
CMYK00.440.730.21
HSL23.92º58.27%50.2%-
HSV(B)23.92º73.27%79.22%-
XYZ30.9324.636.61-
YUV132.8883.49177.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 54 (21.48% from 255) = 14.63%
R=54.74%
G=30.62%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021135400.440.730.2123.9258.2750.2
HexCA713602C4915183a32
Octal3121616605411125307262
Binary110010101110001110110010110010010011010111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7136; }

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

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

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

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

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

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

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

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