#CA5E29

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

Shades of Chilean Fire #CA5E29

Tints of Chilean Fire #CA5E29

Color information

#CA5E29 (or 0xCA5E29) is unknown color: approx Chilean Fire. HEX triplet: CA, 5E and 29. RGB value is (202,94,41). Sum of RGB (Red+Green+Blue) = 202+94+41=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E29 is #35A1D6. Grayscale: #787878. Windows color (decimal): -3514839 or 2711242. OLE color: 2711242.

HSL color Cylindrical-coordinate representation of color #CA5E29: hue angle of 19.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA5E29 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2029441-
CMYK00.530.800.21
HSL19.75º66.26%47.65%-
HSV(B)19.75º79.7%79.22%-
XYZ28.7620.724.58-
YUV120.2583.28186.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.94%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 41 (16.41% from 255) = 12.17%
R=59.94%
G=27.89%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202944100.530.800.2119.7566.2647.65
HexCA5E290355015144230
Octal31213651065120252410260
Binary1100101010111101010010110101101000010101101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E29; }

 p { color: rgb(202,94,41); }

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

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

 a { background-color: rgb(202,94,41); }

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

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

 span { border-color: rgb(202,94,41); }

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