#CA7838

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

Shades of Zest #CA7838

Tints of Zest #CA7838

Color information

#CA7838 (or 0xCA7838) is unknown color: approx Zest. HEX triplet: CA, 78 and 38. RGB value is (202,120,56). Sum of RGB (Red+Green+Blue) = 202+120+56=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7838 is #3587C7. Grayscale: #898989. Windows color (decimal): -3508168 or 3700938. OLE color: 3700938.

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

Color convert

RGB20212056-
CMYK00.410.720.21
HSL26.3º57.94%50.59%-
HSV(B)26.3º72.28%79.22%-
XYZ31.7926.287.14-
YUV137.2282.17174.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 56 (22.27% from 255) = 14.81%
R=53.44%
G=31.75%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021205600.410.720.2126.357.9450.59
HexCA783802948151a3a33
Octal3121707005111025327263
Binary110010101111000111000010100110010001010111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7838; }

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

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

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

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

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

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

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

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