#CA7141

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

Shades of Zest #CA7141

Tints of Zest #CA7141

Color information

#CA7141 (or 0xCA7141) is unknown color: approx Zest. HEX triplet: CA, 71 and 41. RGB value is (202,113,65). Sum of RGB (Red+Green+Blue) = 202+113+65=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7141 is #358EBE. Grayscale: #868686. Windows color (decimal): -3509951 or 4288970. OLE color: 4288970.

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

Color convert

RGB20211365-
CMYK00.440.680.21
HSL21.02º56.38%52.35%-
HSV(B)21.02º67.82%79.22%-
XYZ31.2224.758.13-
YUV134.1488.99176.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=53.16%
G=29.74%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021136500.440.680.2121.0256.3852.35
HexCA714102C4415153834
Octal31216110105410425257064
Binary1100101011100011000001010110010001001010110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7141; }

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

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

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

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

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

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

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

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