Shades of Chilean Fire #CB602F
Tints of Chilean Fire #CB602F
RGB
CMYK
RGB Variations
Color information
#CB602F (or 0xCB602F) is known color: Chilean Fire. HEX triplet: CB, 60 and 2F. RGB value is (203,96,47). Sum of RGB (Red+Green+Blue) = 203+96+47=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB602F is #349FD0. Grayscale: #7A7A7A. Windows color (decimal): -3448785 or 3104971. OLE color: 3104971.
HSL color Cylindrical-coordinate representation of color #CB602F: hue angle of 18.85º degrees, saturation: 0.62, 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 #CB602F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 47 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.20 |
| HSL | 18.85º | 0.62% | 0.49% | - |
| HSV(B) | 18.85º | 0.77% | 0.8% | - |
| XYZ | 29.32 | 21.27 | 5.25 | - |
| YUV | 122.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 47 | 0 | 0.53 | 0.77 | 0.20 | 18.85 | 0.62 | 0.49 |
| Hex | CB | 60 | 2F | 0 | 35 | 4D | 14 | 13 | 3E | 31 |
| Octal | 313 | 140 | 57 | 0 | 65 | 115 | 24 | 23 | 76 | 61 |
| Binary | 11001011 | 1100000 | 101111 | 0 | 110101 | 1001101 | 10100 | 10011 | 111110 | 110001 |
Color Harmonies of #CB602F
Complementary color
Monochromatic Colors of #CB602F
Black with #CB602F
Text Example
Text Example
White with #CB602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB602F; }
p { color: rgb(203,96,47); }
H1.HeaderClassName
{
color: #CB602F;
}
.AnyTagClassName
{
color: #CB602F;
}
</style>
background-color css
<style>
a { background-color: #CB602F; }
a { background-color: rgb(203,96,47); }
div.DivClassName
{
background-color: #CB602F;
}
.BgClassName
{
background-color: #CB602F;
}
</style>
border-color css
<style>
span { border-color: #CB602F; }
span { border-color: rgb(203,96,47); }
td.TdClassName
{
border-color: #CB602F;
}
.TagClassName
{
border-color: #CB602F;
}
</style>