#CA7241

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

Shades of Zest #CA7241

Tints of Zest #CA7241

Color information

#CA7241 (or 0xCA7241) is unknown color: approx Zest. HEX triplet: CA, 72 and 41. RGB value is (202,114,65). Sum of RGB (Red+Green+Blue) = 202+114+65=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7241 is #358DBE. Grayscale: #878787. Windows color (decimal): -3509695 or 4289226. OLE color: 4289226.

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

Color convert

RGB20211465-
CMYK00.440.680.21
HSL21.46º56.38%52.35%-
HSV(B)21.46º67.82%79.22%-
XYZ31.3324.978.17-
YUV134.7388.65175.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=53.02%
G=29.92%
B=17.06%

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
Decimal2021146500.440.680.2121.4656.3852.35
HexCA724102C4415153834
Octal31216210105410425257064
Binary1100101011100101000001010110010001001010110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7241; }

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

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

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

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

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

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

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

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