#CA7541

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

Shades of Zest #CA7541

Tints of Zest #CA7541

Color information

#CA7541 (or 0xCA7541) is unknown color: approx Zest. HEX triplet: CA, 75 and 41. RGB value is (202,117,65). Sum of RGB (Red+Green+Blue) = 202+117+65=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7541 is #358ABE. Grayscale: #888888. Windows color (decimal): -3508927 or 4289994. OLE color: 4289994.

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

Color convert

RGB20211765-
CMYK00.420.680.21
HSL22.77º56.38%52.35%-
HSV(B)22.77º67.82%79.22%-
XYZ31.6725.668.28-
YUV136.4987.66174.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=52.60%
G=30.47%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021176500.420.680.2122.7756.3852.35
HexCA754102A4415173834
Octal31216510105210425277064
Binary1100101011101011000001010101010001001010110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7541; }

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

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

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

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

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

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

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

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