Shades of Chilean Fire #CD5A32
Tints of Chilean Fire #CD5A32
RGB
CMYK
RGB Variations
Color information
#CD5A32 (or 0xCD5A32) is known color: Chilean Fire. HEX triplet: CD, 5A and 32. RGB value is (205,90,50). Sum of RGB (Red+Green+Blue) = 205+90+50=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A32 is #32A5CD. Grayscale: #787878. Windows color (decimal): -3319246 or 3300045. OLE color: 3300045.
HSL color Cylindrical-coordinate representation of color #CD5A32: hue angle of 15.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD5A32 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 90 | 50 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.20 |
| HSL | 15.48º | 0.61% | 0.5% | - |
| HSV(B) | 15.48º | 0.76% | 0.8% | - |
| XYZ | 29.41 | 20.52 | 5.43 | - |
| YUV | 119.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 90 | 50 | 0 | 0.56 | 0.76 | 0.20 | 15.48 | 0.61 | 0.5 |
| Hex | CD | 5A | 32 | 0 | 38 | 4C | 14 | F | 3D | 32 |
| Octal | 315 | 132 | 62 | 0 | 70 | 114 | 24 | 17 | 75 | 62 |
| Binary | 11001101 | 1011010 | 110010 | 0 | 111000 | 1001100 | 10100 | 1111 | 111101 | 110010 |
Color Harmonies of #CD5A32
Complementary color
Monochromatic Colors of #CD5A32
Black with #CD5A32
Text Example
Text Example
White with #CD5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5A32; }
p { color: rgb(205,90,50); }
H1.HeaderClassName
{
color: #CD5A32;
}
.AnyTagClassName
{
color: #CD5A32;
}
</style>
background-color css
<style>
a { background-color: #CD5A32; }
a { background-color: rgb(205,90,50); }
div.DivClassName
{
background-color: #CD5A32;
}
.BgClassName
{
background-color: #CD5A32;
}
</style>
border-color css
<style>
span { border-color: #CD5A32; }
span { border-color: rgb(205,90,50); }
td.TdClassName
{
border-color: #CD5A32;
}
.TagClassName
{
border-color: #CD5A32;
}
</style>