#CA5932

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

Shades of Chilean Fire #CA5932

Tints of Chilean Fire #CA5932

Color information

#CA5932 (or 0xCA5932) is unknown color: approx Chilean Fire. HEX triplet: CA, 59 and 32. RGB value is (202,89,50). Sum of RGB (Red+Green+Blue) = 202+89+50=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5932 is #35A6CD. Grayscale: #767676. Windows color (decimal): -3516110 or 3299786. OLE color: 3299786.

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

Color convert

RGB2028950-
CMYK00.560.750.21
HSL15.39º60.32%49.41%-
HSV(B)15.39º75.25%79.22%-
XYZ28.5119.935.36-
YUV118.3489.44187.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 89 (35.16% from 255) = 26.10%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=59.24%
G=26.10%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202895000.560.750.2115.3960.3249.41
HexCA59320384B15f3c31
Octal3121316207011325177461
Binary11001010101100111001001110001001011101011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5932; }

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

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

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

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

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

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

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

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