#CA703F

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

Shades of Zest #CA703F

Tints of Zest #CA703F

Color information

#CA703F (or 0xCA703F) is unknown color: approx Zest. HEX triplet: CA, 70 and 3F. RGB value is (202,112,63). Sum of RGB (Red+Green+Blue) = 202+112+63=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA703F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA703F is #358FC0. Grayscale: #858585. Windows color (decimal): -3510209 or 4157642. OLE color: 4157642.

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

Color convert

RGB20211263-
CMYK00.450.690.21
HSL21.15º56.73%51.96%-
HSV(B)21.15º68.81%79.22%-
XYZ31.0524.57.8-
YUV133.3288.32176.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 63 (25% from 255) = 16.71%
R=53.58%
G=29.71%
B=16.71%

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
Decimal2021126300.450.690.2121.1556.7351.96
HexCA703F02D4515153934
Octal3121607705510525257164
Binary110010101110000111111010110110001011010110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA703F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA703F; }

 p { color: rgb(202,112,63); }

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

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

 a { background-color: rgb(202,112,63); }

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

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

 span { border-color: rgb(202,112,63); }

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