#CA5732

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

Shades of Chilean Fire #CA5732

Tints of Chilean Fire #CA5732

Color information

#CA5732 (or 0xCA5732) is unknown color: approx Chilean Fire. HEX triplet: CA, 57 and 32. RGB value is (202,87,50). Sum of RGB (Red+Green+Blue) = 202+87+50=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5732 is #35A8CD. Grayscale: #757575. Windows color (decimal): -3516622 or 3299274. OLE color: 3299274.

HSL color Cylindrical-coordinate representation of color #CA5732: hue angle of 14.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA5732 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2028750-
CMYK00.570.750.21
HSL14.61º60.32%49.41%-
HSV(B)14.61º75.25%79.22%-
XYZ28.3419.65.31-
YUV117.1790.1188.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 50 (19.92% from 255) = 14.75%
R=59.59%
G=25.66%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202875000.570.750.2114.6160.3249.41
HexCA57320394B15f3c31
Octal3121276207111325177461
Binary11001010101011111001001110011001011101011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5732; }

 p { color: rgb(202,87,50); }

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

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

 a { background-color: rgb(202,87,50); }

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

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

 span { border-color: rgb(202,87,50); }

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