Shades of Chocolate #CB641B
Tints of Chocolate #CB641B
RGB
CMYK
RGB Variations
Color information
#CB641B (or 0xCB641B) is known color: Chocolate. HEX triplet: CB, 64 and 1B. RGB value is (203,100,27). Sum of RGB (Red+Green+Blue) = 203+100+27=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB641B is #349BE4. Grayscale: #7A7A7A. Windows color (decimal): -3447781 or 1795275. OLE color: 1795275.
HSL color Cylindrical-coordinate representation of color #CB641B: hue angle of 24.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB641B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.20 |
| HSL | 24.89º | 0.77% | 0.45% | - |
| HSV(B) | 24.89º | 0.87% | 0.8% | - |
| XYZ | 29.38 | 21.89 | 3.71 | - |
| YUV | 122.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 27 | 0 | 0.51 | 0.87 | 0.20 | 24.89 | 0.77 | 0.45 |
| Hex | CB | 64 | 1B | 0 | 33 | 57 | 14 | 19 | 4D | 2D |
| Octal | 313 | 144 | 33 | 0 | 63 | 127 | 24 | 31 | 115 | 55 |
| Binary | 11001011 | 1100100 | 11011 | 0 | 110011 | 1010111 | 10100 | 11001 | 1001101 | 101101 |
Color Harmonies of #CB641B
Complementary color
Monochromatic Colors of #CB641B
Black with #CB641B
Text Example
Text Example
White with #CB641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB641B; }
p { color: rgb(203,100,27); }
H1.HeaderClassName
{
color: #CB641B;
}
.AnyTagClassName
{
color: #CB641B;
}
</style>
background-color css
<style>
a { background-color: #CB641B; }
a { background-color: rgb(203,100,27); }
div.DivClassName
{
background-color: #CB641B;
}
.BgClassName
{
background-color: #CB641B;
}
</style>
border-color css
<style>
span { border-color: #CB641B; }
span { border-color: rgb(203,100,27); }
td.TdClassName
{
border-color: #CB641B;
}
.TagClassName
{
border-color: #CB641B;
}
</style>