Shades of Chocolate #CD680C
Tints of Chocolate #CD680C
RGB
CMYK
RGB Variations
Color information
#CD680C (or 0xCD680C) is known color: Chocolate. HEX triplet: CD, 68 and 0C. RGB value is (205,104,12). Sum of RGB (Red+Green+Blue) = 205+104+12=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD680C is #3297F3. Grayscale: #7C7C7C. Windows color (decimal): -3315700 or 813261. OLE color: 813261.
HSL color Cylindrical-coordinate representation of color #CD680C: hue angle of 28.6º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD680C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.20 |
| HSL | 28.6º | 0.89% | 0.43% | - |
| HSV(B) | 28.6º | 0.94% | 0.8% | - |
| XYZ | 30.19 | 22.91 | 3.18 | - |
| YUV | 123.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 12 | 0 | 0.49 | 0.94 | 0.20 | 28.6 | 0.89 | 0.43 |
| Hex | CD | 68 | C | 0 | 31 | 5E | 14 | 1D | 59 | 2B |
| Octal | 315 | 150 | 14 | 0 | 61 | 136 | 24 | 35 | 131 | 53 |
| Binary | 11001101 | 1101000 | 1100 | 0 | 110001 | 1011110 | 10100 | 11101 | 1011001 | 101011 |
Color Harmonies of #CD680C
Complementary color
Monochromatic Colors of #CD680C
Black with #CD680C
Text Example
Text Example
White with #CD680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD680C; }
p { color: rgb(205,104,12); }
H1.HeaderClassName
{
color: #CD680C;
}
.AnyTagClassName
{
color: #CD680C;
}
</style>
background-color css
<style>
a { background-color: #CD680C; }
a { background-color: rgb(205,104,12); }
div.DivClassName
{
background-color: #CD680C;
}
.BgClassName
{
background-color: #CD680C;
}
</style>
border-color css
<style>
span { border-color: #CD680C; }
span { border-color: rgb(205,104,12); }
td.TdClassName
{
border-color: #CD680C;
}
.TagClassName
{
border-color: #CD680C;
}
</style>