#CA7641

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

Shades of Zest #CA7641

Tints of Zest #CA7641

Color information

#CA7641 (or 0xCA7641) is unknown color: approx Zest. HEX triplet: CA, 76 and 41. RGB value is (202,118,65). Sum of RGB (Red+Green+Blue) = 202+118+65=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7641 is #3589BE. Grayscale: #898989. Windows color (decimal): -3508671 or 4290250. OLE color: 4290250.

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

Color convert

RGB20211865-
CMYK00.420.680.21
HSL23.21º56.38%52.35%-
HSV(B)23.21º67.82%79.22%-
XYZ31.7925.98.32-
YUV137.0787.33174.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=52.47%
G=30.65%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021186500.420.680.2123.2156.3852.35
HexCA764102A4415173834
Octal31216610105210425277064
Binary1100101011101101000001010101010001001010110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7641; }

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

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

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

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

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

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

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

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