#CA6C37

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

Shades of Zest #CA6C37

Tints of Zest #CA6C37

Color information

#CA6C37 (or 0xCA6C37) is unknown color: approx Zest. HEX triplet: CA, 6C and 37. RGB value is (202,108,55). Sum of RGB (Red+Green+Blue) = 202+108+55=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6C37 is #3593C8. Grayscale: #828282. Windows color (decimal): -3511241 or 3632330. OLE color: 3632330.

HSL color Cylindrical-coordinate representation of color #CA6C37: hue angle of 21.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA6C37 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20210855-
CMYK00.470.730.21
HSL21.63º58.1%50.39%-
HSV(B)21.63º72.77%79.22%-
XYZ30.4123.566.56-
YUV130.0685.64179.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=55.34%
G=29.59%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021085500.470.730.2121.6358.150.39
HexCA6C3702F4915163a32
Octal3121546705711125267262
Binary110010101101100110111010111110010011010110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C37; }

 p { color: rgb(202,108,55); }

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

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

 a { background-color: rgb(202,108,55); }

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

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

 span { border-color: rgb(202,108,55); }

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