Shades of Chocolate #CD651C
Tints of Chocolate #CD651C
RGB
CMYK
RGB Variations
Color information
#CD651C (or 0xCD651C) is known color: Chocolate. HEX triplet: CD, 65 and 1C. RGB value is (205,101,28). Sum of RGB (Red+Green+Blue) = 205+101+28=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD651C is #329AE3. Grayscale: #7C7C7C. Windows color (decimal): -3316452 or 1861069. OLE color: 1861069.
HSL color Cylindrical-coordinate representation of color #CD651C: hue angle of 24.75º 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 #CD651C is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 28 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.20 |
| HSL | 24.75º | 0.76% | 0.46% | - |
| HSV(B) | 24.75º | 0.86% | 0.8% | - |
| XYZ | 30.04 | 22.37 | 3.83 | - |
| YUV | 123.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 28 | 0 | 0.51 | 0.86 | 0.20 | 24.75 | 0.76 | 0.46 |
| Hex | CD | 65 | 1C | 0 | 33 | 56 | 14 | 19 | 4C | 2E |
| Octal | 315 | 145 | 34 | 0 | 63 | 126 | 24 | 31 | 114 | 56 |
| Binary | 11001101 | 1100101 | 11100 | 0 | 110011 | 1010110 | 10100 | 11001 | 1001100 | 101110 |
Color Harmonies of #CD651C
Complementary color
Monochromatic Colors of #CD651C
Black with #CD651C
Text Example
Text Example
White with #CD651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD651C; }
p { color: rgb(205,101,28); }
H1.HeaderClassName
{
color: #CD651C;
}
.AnyTagClassName
{
color: #CD651C;
}
</style>
background-color css
<style>
a { background-color: #CD651C; }
a { background-color: rgb(205,101,28); }
div.DivClassName
{
background-color: #CD651C;
}
.BgClassName
{
background-color: #CD651C;
}
</style>
border-color css
<style>
span { border-color: #CD651C; }
span { border-color: rgb(205,101,28); }
td.TdClassName
{
border-color: #CD651C;
}
.TagClassName
{
border-color: #CD651C;
}
</style>