Shades of Chilean Fire #CB5932
Tints of Chilean Fire #CB5932
RGB
CMYK
RGB Variations
Color information
#CB5932 (or 0xCB5932) is known color: Chilean Fire. HEX triplet: CB, 59 and 32. RGB value is (203,89,50). Sum of RGB (Red+Green+Blue) = 203+89+50=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5932 is #34A6CD. Grayscale: #767676. Windows color (decimal): -3450574 or 3299787. OLE color: 3299787.
HSL color Cylindrical-coordinate representation of color #CB5932: hue angle of 15.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB5932 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 50 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.20 |
| HSL | 15.29º | 0.6% | 0.5% | - |
| HSV(B) | 15.29º | 0.75% | 0.8% | - |
| XYZ | 28.78 | 20.07 | 5.38 | - |
| YUV | 118.64 | 89.27 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 50 | 0 | 0.56 | 0.75 | 0.20 | 15.29 | 0.6 | 0.5 |
| Hex | CB | 59 | 32 | 0 | 38 | 4B | 14 | F | 3C | 32 |
| Octal | 313 | 131 | 62 | 0 | 70 | 113 | 24 | 17 | 74 | 62 |
| Binary | 11001011 | 1011001 | 110010 | 0 | 111000 | 1001011 | 10100 | 1111 | 111100 | 110010 |
Color Harmonies of #CB5932
Complementary color
Monochromatic Colors of #CB5932
Black with #CB5932
Text Example
Text Example
White with #CB5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5932; }
p { color: rgb(203,89,50); }
H1.HeaderClassName
{
color: #CB5932;
}
.AnyTagClassName
{
color: #CB5932;
}
</style>
background-color css
<style>
a { background-color: #CB5932; }
a { background-color: rgb(203,89,50); }
div.DivClassName
{
background-color: #CB5932;
}
.BgClassName
{
background-color: #CB5932;
}
</style>
border-color css
<style>
span { border-color: #CB5932; }
span { border-color: rgb(203,89,50); }
td.TdClassName
{
border-color: #CB5932;
}
.TagClassName
{
border-color: #CB5932;
}
</style>