Shades of Chilean Fire #CB602C
Tints of Chilean Fire #CB602C
RGB
CMYK
RGB Variations
Color information
#CB602C (or 0xCB602C) is known color: Chilean Fire. HEX triplet: CB, 60 and 2C. RGB value is (203,96,44). Sum of RGB (Red+Green+Blue) = 203+96+44=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB602C is #349FD3. Grayscale: #7A7A7A. Windows color (decimal): -3448788 or 2908363. OLE color: 2908363.
HSL color Cylindrical-coordinate representation of color #CB602C: hue angle of 19.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB602C is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 44 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.20 |
| HSL | 19.62º | 0.64% | 0.48% | - |
| HSV(B) | 19.62º | 0.78% | 0.8% | - |
| XYZ | 29.27 | 21.24 | 4.94 | - |
| YUV | 122.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 44 | 0 | 0.53 | 0.78 | 0.20 | 19.62 | 0.64 | 0.48 |
| Hex | CB | 60 | 2C | 0 | 35 | 4E | 14 | 14 | 40 | 30 |
| Octal | 313 | 140 | 54 | 0 | 65 | 116 | 24 | 24 | 100 | 60 |
| Binary | 11001011 | 1100000 | 101100 | 0 | 110101 | 1001110 | 10100 | 10100 | 1000000 | 110000 |
Color Harmonies of #CB602C
Complementary color
Monochromatic Colors of #CB602C
Black with #CB602C
Text Example
Text Example
White with #CB602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB602C; }
p { color: rgb(203,96,44); }
H1.HeaderClassName
{
color: #CB602C;
}
.AnyTagClassName
{
color: #CB602C;
}
</style>
background-color css
<style>
a { background-color: #CB602C; }
a { background-color: rgb(203,96,44); }
div.DivClassName
{
background-color: #CB602C;
}
.BgClassName
{
background-color: #CB602C;
}
</style>
border-color css
<style>
span { border-color: #CB602C; }
span { border-color: rgb(203,96,44); }
td.TdClassName
{
border-color: #CB602C;
}
.TagClassName
{
border-color: #CB602C;
}
</style>