Shades of Chocolate #CB700F
Tints of Chocolate #CB700F
RGB
CMYK
RGB Variations
Color information
#CB700F (or 0xCB700F) is known color: Chocolate. HEX triplet: CB, 70 and 0F. RGB value is (203,112,15). Sum of RGB (Red+Green+Blue) = 203+112+15=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB700F is #348FF0. Grayscale: #808080. Windows color (decimal): -3444721 or 1011915. OLE color: 1011915.
HSL color Cylindrical-coordinate representation of color #CB700F: hue angle of 30.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB700F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.20 |
| HSL | 30.96º | 0.86% | 0.43% | - |
| HSV(B) | 30.96º | 0.93% | 0.8% | - |
| XYZ | 30.51 | 24.32 | 3.54 | - |
| YUV | 128.15 | 64.15 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 15 | 0 | 0.45 | 0.93 | 0.20 | 30.96 | 0.86 | 0.43 |
| Hex | CB | 70 | F | 0 | 2D | 5D | 14 | 1F | 56 | 2B |
| Octal | 313 | 160 | 17 | 0 | 55 | 135 | 24 | 37 | 126 | 53 |
| Binary | 11001011 | 1110000 | 1111 | 0 | 101101 | 1011101 | 10100 | 11111 | 1010110 | 101011 |
Color Harmonies of #CB700F
Complementary color
Monochromatic Colors of #CB700F
Black with #CB700F
Text Example
Text Example
White with #CB700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB700F; }
p { color: rgb(203,112,15); }
H1.HeaderClassName
{
color: #CB700F;
}
.AnyTagClassName
{
color: #CB700F;
}
</style>
background-color css
<style>
a { background-color: #CB700F; }
a { background-color: rgb(203,112,15); }
div.DivClassName
{
background-color: #CB700F;
}
.BgClassName
{
background-color: #CB700F;
}
</style>
border-color css
<style>
span { border-color: #CB700F; }
span { border-color: rgb(203,112,15); }
td.TdClassName
{
border-color: #CB700F;
}
.TagClassName
{
border-color: #CB700F;
}
</style>