#CA7434

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

Shades of Zest #CA7434

Tints of Zest #CA7434

Color information

#CA7434 (or 0xCA7434) is unknown color: approx Zest. HEX triplet: CA, 74 and 34. RGB value is (202,116,52). Sum of RGB (Red+Green+Blue) = 202+116+52=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7434 is #358BCB. Grayscale: #868686. Windows color (decimal): -3509196 or 3437770. OLE color: 3437770.

HSL color Cylindrical-coordinate representation of color #CA7434: hue angle of 25.6º degrees, saturation: 0.59, 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 #CA7434 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20211652-
CMYK00.430.740.21
HSL25.6º59.06%49.8%-
HSV(B)25.6º74.26%79.22%-
XYZ31.2225.36.49-
YUV134.4281.49176.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=54.59%
G=31.35%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021165200.430.740.2125.659.0649.8
HexCA743402B4A151a3b32
Octal3121646405311225327362
Binary110010101110100110100010101110010101010111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7434; }

 p { color: rgb(202,116,52); }

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

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

 a { background-color: rgb(202,116,52); }

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

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

 span { border-color: rgb(202,116,52); }

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