Shades of Chocolate #CB651E
Tints of Chocolate #CB651E
RGB
CMYK
RGB Variations
Color information
#CB651E (or 0xCB651E) is known color: Chocolate. HEX triplet: CB, 65 and 1E. RGB value is (203,101,30). Sum of RGB (Red+Green+Blue) = 203+101+30=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB651E is #349AE1. Grayscale: #7B7B7B. Windows color (decimal): -3447522 or 1992139. OLE color: 1992139.
HSL color Cylindrical-coordinate representation of color #CB651E: hue angle of 24.62º 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 #CB651E is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 30 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.20 |
| HSL | 24.62º | 0.74% | 0.46% | - |
| HSV(B) | 24.62º | 0.85% | 0.8% | - |
| XYZ | 29.52 | 22.1 | 3.94 | - |
| YUV | 123.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 30 | 0 | 0.50 | 0.85 | 0.20 | 24.62 | 0.74 | 0.46 |
| Hex | CB | 65 | 1E | 0 | 32 | 55 | 14 | 19 | 4A | 2E |
| Octal | 313 | 145 | 36 | 0 | 62 | 125 | 24 | 31 | 112 | 56 |
| Binary | 11001011 | 1100101 | 11110 | 0 | 110010 | 1010101 | 10100 | 11001 | 1001010 | 101110 |
Color Harmonies of #CB651E
Complementary color
Monochromatic Colors of #CB651E
Black with #CB651E
Text Example
Text Example
White with #CB651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB651E; }
p { color: rgb(203,101,30); }
H1.HeaderClassName
{
color: #CB651E;
}
.AnyTagClassName
{
color: #CB651E;
}
</style>
background-color css
<style>
a { background-color: #CB651E; }
a { background-color: rgb(203,101,30); }
div.DivClassName
{
background-color: #CB651E;
}
.BgClassName
{
background-color: #CB651E;
}
</style>
border-color css
<style>
span { border-color: #CB651E; }
span { border-color: rgb(203,101,30); }
td.TdClassName
{
border-color: #CB651E;
}
.TagClassName
{
border-color: #CB651E;
}
</style>