Shades of Chocolate #CD6527
Tints of Chocolate #CD6527
RGB
CMYK
RGB Variations
Color information
#CD6527 (or 0xCD6527) is known color: Chocolate. HEX triplet: CD, 65 and 27. RGB value is (205,101,39). Sum of RGB (Red+Green+Blue) = 205+101+39=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6527 is #329AD8. Grayscale: #7D7D7D. Windows color (decimal): -3316441 or 2581965. OLE color: 2581965.
HSL color Cylindrical-coordinate representation of color #CD6527: hue angle of 22.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD6527 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 39 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.20 |
| HSL | 22.41º | 0.68% | 0.48% | - |
| HSV(B) | 22.41º | 0.81% | 0.8% | - |
| XYZ | 30.2 | 22.43 | 4.66 | - |
| YUV | 125.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 39 | 0 | 0.51 | 0.81 | 0.20 | 22.41 | 0.68 | 0.48 |
| Hex | CD | 65 | 27 | 0 | 33 | 51 | 14 | 16 | 44 | 30 |
| Octal | 315 | 145 | 47 | 0 | 63 | 121 | 24 | 26 | 104 | 60 |
| Binary | 11001101 | 1100101 | 100111 | 0 | 110011 | 1010001 | 10100 | 10110 | 1000100 | 110000 |
Color Harmonies of #CD6527
Complementary color
Monochromatic Colors of #CD6527
Black with #CD6527
Text Example
Text Example
White with #CD6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6527; }
p { color: rgb(205,101,39); }
H1.HeaderClassName
{
color: #CD6527;
}
.AnyTagClassName
{
color: #CD6527;
}
</style>
background-color css
<style>
a { background-color: #CD6527; }
a { background-color: rgb(205,101,39); }
div.DivClassName
{
background-color: #CD6527;
}
.BgClassName
{
background-color: #CD6527;
}
</style>
border-color css
<style>
span { border-color: #CD6527; }
span { border-color: rgb(205,101,39); }
td.TdClassName
{
border-color: #CD6527;
}
.TagClassName
{
border-color: #CD6527;
}
</style>