Shades of Chocolate #CB6528
Tints of Chocolate #CB6528
RGB
CMYK
RGB Variations
Color information
#CB6528 (or 0xCB6528) is known color: Chocolate. HEX triplet: CB, 65 and 28. RGB value is (203,101,40). Sum of RGB (Red+Green+Blue) = 203+101+40=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6528 is #349AD7. Grayscale: #7C7C7C. Windows color (decimal): -3447512 or 2647499. OLE color: 2647499.
HSL color Cylindrical-coordinate representation of color #CB6528: hue angle of 22.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB6528 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 40 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.20 |
| HSL | 22.45º | 0.67% | 0.48% | - |
| HSV(B) | 22.45º | 0.8% | 0.8% | - |
| XYZ | 29.67 | 22.16 | 4.72 | - |
| YUV | 124.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 40 | 0 | 0.50 | 0.80 | 0.20 | 22.45 | 0.67 | 0.48 |
| Hex | CB | 65 | 28 | 0 | 32 | 50 | 14 | 16 | 43 | 30 |
| Octal | 313 | 145 | 50 | 0 | 62 | 120 | 24 | 26 | 103 | 60 |
| Binary | 11001011 | 1100101 | 101000 | 0 | 110010 | 1010000 | 10100 | 10110 | 1000011 | 110000 |
Color Harmonies of #CB6528
Complementary color
Monochromatic Colors of #CB6528
Black with #CB6528
Text Example
Text Example
White with #CB6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6528; }
p { color: rgb(203,101,40); }
H1.HeaderClassName
{
color: #CB6528;
}
.AnyTagClassName
{
color: #CB6528;
}
</style>
background-color css
<style>
a { background-color: #CB6528; }
a { background-color: rgb(203,101,40); }
div.DivClassName
{
background-color: #CB6528;
}
.BgClassName
{
background-color: #CB6528;
}
</style>
border-color css
<style>
span { border-color: #CB6528; }
span { border-color: rgb(203,101,40); }
td.TdClassName
{
border-color: #CB6528;
}
.TagClassName
{
border-color: #CB6528;
}
</style>