#CA6F3E

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

Shades of Zest #CA6F3E

Tints of Zest #CA6F3E

Color information

#CA6F3E (or 0xCA6F3E) is unknown color: approx Zest. HEX triplet: CA, 6F and 3E. RGB value is (202,111,62). Sum of RGB (Red+Green+Blue) = 202+111+62=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F3E is #3590C1. Grayscale: #848484. Windows color (decimal): -3510466 or 4091850. OLE color: 4091850.

HSL color Cylindrical-coordinate representation of color #CA6F3E: hue angle of 21º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA6F3E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20211162-
CMYK00.450.690.21
HSL21º56.91%51.76%-
HSV(B)21º69.31%79.22%-
XYZ30.9124.277.61-
YUV132.6288.15177.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.87%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=53.87%
G=29.6%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021116200.450.690.212156.9151.76
HexCA6F3E02D4515153934
Octal3121577605510525257164
Binary110010101101111111110010110110001011010110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F3E; }

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

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

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

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

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

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

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

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