#CA5627

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

Shades of Chilean Fire #CA5627

Tints of Chilean Fire #CA5627

Color information

#CA5627 (or 0xCA5627) is unknown color: approx Chilean Fire. HEX triplet: CA, 56 and 27. RGB value is (202,86,39). Sum of RGB (Red+Green+Blue) = 202+86+39=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5627 is #35A9D8. Grayscale: #737373. Windows color (decimal): -3516889 or 2578122. OLE color: 2578122.

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

Color convert

RGB2028639-
CMYK00.570.810.21
HSL17.3º67.63%47.25%-
HSV(B)17.3º80.69%79.22%-
XYZ28.0519.364.18-
YUV115.3384.93189.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 39 (15.62% from 255) = 11.93%
R=61.77%
G=26.30%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202863900.570.810.2117.367.6347.25
HexCA5627039511511442f
Octal31212647071121252110457
Binary1100101010101101001110111001101000110101100011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5627; }

 p { color: rgb(202,86,39); }

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

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

 a { background-color: rgb(202,86,39); }

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

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

 span { border-color: rgb(202,86,39); }

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