Shades of Chocolate #CB6525
Tints of Chocolate #CB6525
RGB
CMYK
RGB Variations
Color information
#CB6525 (or 0xCB6525) is known color: Chocolate. HEX triplet: CB, 65 and 25. RGB value is (203,101,37). Sum of RGB (Red+Green+Blue) = 203+101+37=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6525 is #349ADA. Grayscale: #7C7C7C. Windows color (decimal): -3447515 or 2450891. OLE color: 2450891.
HSL color Cylindrical-coordinate representation of color #CB6525: hue angle of 23.13º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB6525 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 37 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.20 |
| HSL | 23.13º | 0.69% | 0.47% | - |
| HSV(B) | 23.13º | 0.82% | 0.8% | - |
| XYZ | 29.62 | 22.14 | 4.46 | - |
| YUV | 124.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 37 | 0 | 0.50 | 0.82 | 0.20 | 23.13 | 0.69 | 0.47 |
| Hex | CB | 65 | 25 | 0 | 32 | 52 | 14 | 17 | 45 | 2F |
| Octal | 313 | 145 | 45 | 0 | 62 | 122 | 24 | 27 | 105 | 57 |
| Binary | 11001011 | 1100101 | 100101 | 0 | 110010 | 1010010 | 10100 | 10111 | 1000101 | 101111 |
Color Harmonies of #CB6525
Complementary color
Monochromatic Colors of #CB6525
Black with #CB6525
Text Example
Text Example
White with #CB6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6525; }
p { color: rgb(203,101,37); }
H1.HeaderClassName
{
color: #CB6525;
}
.AnyTagClassName
{
color: #CB6525;
}
</style>
background-color css
<style>
a { background-color: #CB6525; }
a { background-color: rgb(203,101,37); }
div.DivClassName
{
background-color: #CB6525;
}
.BgClassName
{
background-color: #CB6525;
}
</style>
border-color css
<style>
span { border-color: #CB6525; }
span { border-color: rgb(203,101,37); }
td.TdClassName
{
border-color: #CB6525;
}
.TagClassName
{
border-color: #CB6525;
}
</style>