Shades of Chocolate #CD631A
Tints of Chocolate #CD631A
RGB
CMYK
RGB Variations
Color information
#CD631A (or 0xCD631A) is known color: Chocolate. HEX triplet: CD, 63 and 1A. RGB value is (205,99,26). Sum of RGB (Red+Green+Blue) = 205+99+26=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD631A is #329CE5. Grayscale: #7A7A7A. Windows color (decimal): -3316966 or 1729485. OLE color: 1729485.
HSL color Cylindrical-coordinate representation of color #CD631A: hue angle of 24.47º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD631A is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 26 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.20 |
| HSL | 24.47º | 0.77% | 0.45% | - |
| HSV(B) | 24.47º | 0.87% | 0.8% | - |
| XYZ | 29.83 | 21.98 | 3.65 | - |
| YUV | 122.37 | 73.62 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 26 | 0 | 0.52 | 0.87 | 0.20 | 24.47 | 0.77 | 0.45 |
| Hex | CD | 63 | 1A | 0 | 34 | 57 | 14 | 18 | 4D | 2D |
| Octal | 315 | 143 | 32 | 0 | 64 | 127 | 24 | 30 | 115 | 55 |
| Binary | 11001101 | 1100011 | 11010 | 0 | 110100 | 1010111 | 10100 | 11000 | 1001101 | 101101 |
Color Harmonies of #CD631A
Complementary color
Monochromatic Colors of #CD631A
Black with #CD631A
Text Example
Text Example
White with #CD631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD631A; }
p { color: rgb(205,99,26); }
H1.HeaderClassName
{
color: #CD631A;
}
.AnyTagClassName
{
color: #CD631A;
}
</style>
background-color css
<style>
a { background-color: #CD631A; }
a { background-color: rgb(205,99,26); }
div.DivClassName
{
background-color: #CD631A;
}
.BgClassName
{
background-color: #CD631A;
}
</style>
border-color css
<style>
span { border-color: #CD631A; }
span { border-color: rgb(205,99,26); }
td.TdClassName
{
border-color: #CD631A;
}
.TagClassName
{
border-color: #CD631A;
}
</style>