#CA7238

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

Shades of Zest #CA7238

Tints of Zest #CA7238

Color information

#CA7238 (or 0xCA7238) is unknown color: approx Zest. HEX triplet: CA, 72 and 38. RGB value is (202,114,56). Sum of RGB (Red+Green+Blue) = 202+114+56=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7238 is #358DC7. Grayscale: #868686. Windows color (decimal): -3509704 or 3699402. OLE color: 3699402.

HSL color Cylindrical-coordinate representation of color #CA7238: hue angle of 23.84º 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 #CA7238 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20211456-
CMYK00.440.720.21
HSL23.84º57.94%50.59%-
HSV(B)23.84º72.28%79.22%-
XYZ31.0924.886.9-
YUV133.784.15176.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 56 (22.27% from 255) = 15.05%
R=54.30%
G=30.65%
B=15.05%

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
Decimal2021145600.440.720.2123.8457.9450.59
HexCA723802C4815183a33
Octal3121627005411025307263
Binary110010101110010111000010110010010001010111000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7238; }

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

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

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

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

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

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

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

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