#CA7138

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

Shades of Zest #CA7138

Tints of Zest #CA7138

Color information

#CA7138 (or 0xCA7138) is unknown color: approx Zest. HEX triplet: CA, 71 and 38. RGB value is (202,113,56). Sum of RGB (Red+Green+Blue) = 202+113+56=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7138 is #358EC7. Grayscale: #858585. Windows color (decimal): -3509960 or 3699146. OLE color: 3699146.

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

Color convert

RGB20211356-
CMYK00.440.720.21
HSL23.42º57.94%50.59%-
HSV(B)23.42º72.28%79.22%-
XYZ30.9824.656.87-
YUV133.1184.49177.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=54.45%
G=30.46%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021135600.440.720.2123.4257.9450.59
HexCA713802C4815173a33
Octal3121617005411025277263
Binary110010101110001111000010110010010001010110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7138; }

 p { color: rgb(202,113,56); }

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

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

 a { background-color: rgb(202,113,56); }

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

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

 span { border-color: rgb(202,113,56); }

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