Shades of Chilean Fire #CB602E
Tints of Chilean Fire #CB602E
RGB
CMYK
RGB Variations
Color information
#CB602E (or 0xCB602E) is known color: Chilean Fire. HEX triplet: CB, 60 and 2E. RGB value is (203,96,46). Sum of RGB (Red+Green+Blue) = 203+96+46=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB602E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB602E is #349FD1. Grayscale: #7A7A7A. Windows color (decimal): -3448786 or 3039435. OLE color: 3039435.
HSL color Cylindrical-coordinate representation of color #CB602E: hue angle of 19.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB602E is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 46 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.20 |
| HSL | 19.11º | 0.63% | 0.49% | - |
| HSV(B) | 19.11º | 0.77% | 0.8% | - |
| XYZ | 29.3 | 21.26 | 5.14 | - |
| YUV | 122.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 46 | 0 | 0.53 | 0.77 | 0.20 | 19.11 | 0.63 | 0.49 |
| Hex | CB | 60 | 2E | 0 | 35 | 4D | 14 | 13 | 3F | 31 |
| Octal | 313 | 140 | 56 | 0 | 65 | 115 | 24 | 23 | 77 | 61 |
| Binary | 11001011 | 1100000 | 101110 | 0 | 110101 | 1001101 | 10100 | 10011 | 111111 | 110001 |
Color Harmonies of #CB602E
Complementary color
Monochromatic Colors of #CB602E
Black with #CB602E
Text Example
Text Example
White with #CB602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB602E; }
p { color: rgb(203,96,46); }
H1.HeaderClassName
{
color: #CB602E;
}
.AnyTagClassName
{
color: #CB602E;
}
</style>
background-color css
<style>
a { background-color: #CB602E; }
a { background-color: rgb(203,96,46); }
div.DivClassName
{
background-color: #CB602E;
}
.BgClassName
{
background-color: #CB602E;
}
</style>
border-color css
<style>
span { border-color: #CB602E; }
span { border-color: rgb(203,96,46); }
td.TdClassName
{
border-color: #CB602E;
}
.TagClassName
{
border-color: #CB602E;
}
</style>