#CA773D

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

Shades of Zest #CA773D

Tints of Zest #CA773D

Color information

#CA773D (or 0xCA773D) is unknown color: approx Zest. HEX triplet: CA, 77 and 3D. RGB value is (202,119,61). Sum of RGB (Red+Green+Blue) = 202+119+61=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA773D is #3588C2. Grayscale: #898989. Windows color (decimal): -3508419 or 4028362. OLE color: 4028362.

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

Color convert

RGB20211961-
CMYK00.410.700.21
HSL24.68º57.09%51.57%-
HSV(B)24.68º69.8%79.22%-
XYZ31.826.097.77-
YUV137.285174.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 61 (24.22% from 255) = 15.97%
R=52.88%
G=31.15%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021196100.410.700.2124.6857.0951.57
HexCA773D0294615193934
Octal3121677505110625317164
Binary110010101110111111101010100110001101010111001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA773D; }

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

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

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

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

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

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

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

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