#CA6F37

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

Shades of Zest #CA6F37

Tints of Zest #CA6F37

Color information

#CA6F37 (or 0xCA6F37) is unknown color: approx Zest. HEX triplet: CA, 6F and 37. RGB value is (202,111,55). Sum of RGB (Red+Green+Blue) = 202+111+55=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F37 is #3590C8. Grayscale: #848484. Windows color (decimal): -3510473 or 3633098. OLE color: 3633098.

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

Color convert

RGB20211155-
CMYK00.450.730.21
HSL22.86º58.1%50.39%-
HSV(B)22.86º72.77%79.22%-
XYZ30.7324.26.67-
YUV131.8284.65178.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 55 (21.88% from 255) = 14.95%
R=54.89%
G=30.16%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021115500.450.730.2122.8658.150.39
HexCA6F3702D4915173a32
Octal3121576705511125277262
Binary110010101101111110111010110110010011010110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F37; }

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

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

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

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

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

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

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

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