Shades of Chocolate #CD631C
Tints of Chocolate #CD631C
RGB
CMYK
RGB Variations
Color information
#CD631C (or 0xCD631C) is known color: Chocolate. HEX triplet: CD, 63 and 1C. RGB value is (205,99,28). Sum of RGB (Red+Green+Blue) = 205+99+28=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD631C is #329CE3. Grayscale: #7A7A7A. Windows color (decimal): -3316964 or 1860557. OLE color: 1860557.
HSL color Cylindrical-coordinate representation of color #CD631C: hue angle of 24.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD631C is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 28 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.20 |
| HSL | 24.07º | 0.76% | 0.46% | - |
| HSV(B) | 24.07º | 0.86% | 0.8% | - |
| XYZ | 29.85 | 21.99 | 3.77 | - |
| YUV | 122.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 28 | 0 | 0.52 | 0.86 | 0.20 | 24.07 | 0.76 | 0.46 |
| Hex | CD | 63 | 1C | 0 | 34 | 56 | 14 | 18 | 4C | 2E |
| Octal | 315 | 143 | 34 | 0 | 64 | 126 | 24 | 30 | 114 | 56 |
| Binary | 11001101 | 1100011 | 11100 | 0 | 110100 | 1010110 | 10100 | 11000 | 1001100 | 101110 |
Color Harmonies of #CD631C
Complementary color
Monochromatic Colors of #CD631C
Black with #CD631C
Text Example
Text Example
White with #CD631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD631C; }
p { color: rgb(205,99,28); }
H1.HeaderClassName
{
color: #CD631C;
}
.AnyTagClassName
{
color: #CD631C;
}
</style>
background-color css
<style>
a { background-color: #CD631C; }
a { background-color: rgb(205,99,28); }
div.DivClassName
{
background-color: #CD631C;
}
.BgClassName
{
background-color: #CD631C;
}
</style>
border-color css
<style>
span { border-color: #CD631C; }
span { border-color: rgb(205,99,28); }
td.TdClassName
{
border-color: #CD631C;
}
.TagClassName
{
border-color: #CD631C;
}
</style>