#CA7941

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

Shades of Zest #CA7941

Tints of Zest #CA7941

Color information

#CA7941 (or 0xCA7941) is unknown color: approx Zest. HEX triplet: CA, 79 and 41. RGB value is (202,121,65). Sum of RGB (Red+Green+Blue) = 202+121+65=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7941 is #3586BE. Grayscale: #8B8B8B. Windows color (decimal): -3507903 or 4291018. OLE color: 4291018.

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

Color convert

RGB20212165-
CMYK00.400.680.21
HSL24.53º56.38%52.35%-
HSV(B)24.53º67.82%79.22%-
XYZ32.1526.618.44-
YUV138.8486.34173.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=52.06%
G=31.19%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021216500.400.680.2124.5356.3852.35
HexCA79410284415193834
Octal31217110105010425317064
Binary1100101011110011000001010100010001001010111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7941; }

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

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

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

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

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

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

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

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