#CA773A

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

Shades of Zest #CA773A

Tints of Zest #CA773A

Color information

#CA773A (or 0xCA773A) is unknown color: approx Zest. HEX triplet: CA, 77 and 3A. RGB value is (202,119,58). Sum of RGB (Red+Green+Blue) = 202+119+58=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA773A is #3588C5. Grayscale: #898989. Windows color (decimal): -3508422 or 3831754. OLE color: 3831754.

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

Color convert

RGB20211958-
CMYK00.410.710.21
HSL25.42º57.6%50.98%-
HSV(B)25.42º71.29%79.22%-
XYZ31.7226.067.36-
YUV136.8683.5174.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=53.30%
G=31.40%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021195800.410.710.2125.4257.650.98
HexCA773A0294715193a33
Octal3121677205110725317263
Binary110010101110111111010010100110001111010111001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA773A; }

 p { color: rgb(202,119,58); }

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

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

 a { background-color: rgb(202,119,58); }

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

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

 span { border-color: rgb(202,119,58); }

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