#CA7040

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

Shades of Zest #CA7040

Tints of Zest #CA7040

Color information

#CA7040 (or 0xCA7040) is unknown color: approx Zest. HEX triplet: CA, 70 and 40. RGB value is (202,112,64). Sum of RGB (Red+Green+Blue) = 202+112+64=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7040 is #358FBF. Grayscale: #858585. Windows color (decimal): -3510208 or 4223178. OLE color: 4223178.

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

Color convert

RGB20211264-
CMYK00.450.680.21
HSL20.87º56.56%52.16%-
HSV(B)20.87º68.32%79.22%-
XYZ31.0824.527.94-
YUV133.4488.82176.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=53.44%
G=29.63%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021126400.450.680.2120.8756.5652.16
HexCA704002D4415153934
Octal31216010005510425257164
Binary1100101011100001000000010110110001001010110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7040; }

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

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

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

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

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

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

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

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