Shades of Chocolate #CB601F
Tints of Chocolate #CB601F
RGB
CMYK
RGB Variations
Color information
#CB601F (or 0xCB601F) is known color: Chocolate. HEX triplet: CB, 60 and 1F. RGB value is (203,96,31). Sum of RGB (Red+Green+Blue) = 203+96+31=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB601F is #349FE0. Grayscale: #787878. Windows color (decimal): -3448801 or 2056395. OLE color: 2056395.
HSL color Cylindrical-coordinate representation of color #CB601F: hue angle of 22.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB601F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 31 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.20 |
| HSL | 22.67º | 0.74% | 0.46% | - |
| HSV(B) | 22.67º | 0.85% | 0.8% | - |
| XYZ | 29.06 | 21.16 | 3.85 | - |
| YUV | 120.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 31 | 0 | 0.53 | 0.85 | 0.20 | 22.67 | 0.74 | 0.46 |
| Hex | CB | 60 | 1F | 0 | 35 | 55 | 14 | 17 | 4A | 2E |
| Octal | 313 | 140 | 37 | 0 | 65 | 125 | 24 | 27 | 112 | 56 |
| Binary | 11001011 | 1100000 | 11111 | 0 | 110101 | 1010101 | 10100 | 10111 | 1001010 | 101110 |
Color Harmonies of #CB601F
Complementary color
Monochromatic Colors of #CB601F
Black with #CB601F
Text Example
Text Example
White with #CB601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB601F; }
p { color: rgb(203,96,31); }
H1.HeaderClassName
{
color: #CB601F;
}
.AnyTagClassName
{
color: #CB601F;
}
</style>
background-color css
<style>
a { background-color: #CB601F; }
a { background-color: rgb(203,96,31); }
div.DivClassName
{
background-color: #CB601F;
}
.BgClassName
{
background-color: #CB601F;
}
</style>
border-color css
<style>
span { border-color: #CB601F; }
span { border-color: rgb(203,96,31); }
td.TdClassName
{
border-color: #CB601F;
}
.TagClassName
{
border-color: #CB601F;
}
</style>