Shades of Chilean Fire #CA5629
Tints of Chilean Fire #CA5629
RGB
CMYK
RGB Variations
Color information
#CA5629 (or 0xCA5629) is known color: Chilean Fire. HEX triplet: CA, 56 and 29. RGB value is (202,86,41). Sum of RGB (Red+Green+Blue) = 202+86+41=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5629 is #35A9D6. Grayscale: #737373. Windows color (decimal): -3516887 or 2709194. OLE color: 2709194.
HSL color Cylindrical-coordinate representation of color #CA5629: hue angle of 16.77º 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 #CA5629 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 41 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.21 |
| HSL | 16.77º | 0.66% | 0.48% | - |
| HSV(B) | 16.77º | 0.8% | 0.79% | - |
| XYZ | 28.09 | 19.37 | 4.36 | - |
| YUV | 115.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 41 | 0 | 0.57 | 0.80 | 0.21 | 16.77 | 0.66 | 0.48 |
| Hex | CA | 56 | 29 | 0 | 39 | 50 | 15 | 11 | 42 | 30 |
| Octal | 312 | 126 | 51 | 0 | 71 | 120 | 25 | 21 | 102 | 60 |
| Binary | 11001010 | 1010110 | 101001 | 0 | 111001 | 1010000 | 10101 | 10001 | 1000010 | 110000 |
Color Harmonies of #CA5629
Complementary color
Monochromatic Colors of #CA5629
Black with #CA5629
Text Example
Text Example
White with #CA5629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5629; }
p { color: rgb(202,86,41); }
H1.HeaderClassName
{
color: #CA5629;
}
.AnyTagClassName
{
color: #CA5629;
}
</style>
background-color css
<style>
a { background-color: #CA5629; }
a { background-color: rgb(202,86,41); }
div.DivClassName
{
background-color: #CA5629;
}
.BgClassName
{
background-color: #CA5629;
}
</style>
border-color css
<style>
span { border-color: #CA5629; }
span { border-color: rgb(202,86,41); }
td.TdClassName
{
border-color: #CA5629;
}
.TagClassName
{
border-color: #CA5629;
}
</style>