#CA7635

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

Shades of Zest #CA7635

Tints of Zest #CA7635

Color information

#CA7635 (or 0xCA7635) is unknown color: approx Zest. HEX triplet: CA, 76 and 35. RGB value is (202,118,53). Sum of RGB (Red+Green+Blue) = 202+118+53=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7635 is #3589CA. Grayscale: #888888. Windows color (decimal): -3508683 or 3503818. OLE color: 3503818.

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

Color convert

RGB20211853-
CMYK00.420.740.21
HSL26.17º58.43%50%-
HSV(B)26.17º73.76%79.22%-
XYZ31.4825.776.68-
YUV135.7181.33175.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=54.16%
G=31.64%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021185300.420.740.2126.1758.4350
HexCA763502A4A151a3a32
Octal3121666505211225327262
Binary110010101110110110101010101010010101010111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7635; }

 p { color: rgb(202,118,53); }

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

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

 a { background-color: rgb(202,118,53); }

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

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

 span { border-color: rgb(202,118,53); }

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