Shades of Burning Sand #CD7D63
Tints of Burning Sand #CD7D63
RGB
CMYK
RGB Variations
Color information
#CD7D63 (or 0xCD7D63) is known color: Burning Sand. HEX triplet: CD, 7D and 63. RGB value is (205,125,99). Sum of RGB (Red+Green+Blue) = 205+125+99=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D63 is #32829C. Grayscale: #929292. Windows color (decimal): -3310237 or 6520269. OLE color: 6520269.
HSL color Cylindrical-coordinate representation of color #CD7D63: hue angle of 14.72º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD7D63 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 99 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.20 |
| HSL | 14.72º | 0.51% | 0.6% | - |
| HSV(B) | 14.72º | 0.52% | 0.8% | - |
| XYZ | 34.76 | 28.55 | 15.48 | - |
| YUV | 145.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 99 | 0 | 0.39 | 0.52 | 0.20 | 14.72 | 0.51 | 0.6 |
| Hex | CD | 7D | 63 | 0 | 27 | 34 | 14 | F | 33 | 3C |
| Octal | 315 | 175 | 143 | 0 | 47 | 64 | 24 | 17 | 63 | 74 |
| Binary | 11001101 | 1111101 | 1100011 | 0 | 100111 | 110100 | 10100 | 1111 | 110011 | 111100 |
Color Harmonies of #CD7D63
Complementary color
Monochromatic Colors of #CD7D63
Black with #CD7D63
Text Example
Text Example
White with #CD7D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D63; }
p { color: rgb(205,125,99); }
H1.HeaderClassName
{
color: #CD7D63;
}
.AnyTagClassName
{
color: #CD7D63;
}
</style>
background-color css
<style>
a { background-color: #CD7D63; }
a { background-color: rgb(205,125,99); }
div.DivClassName
{
background-color: #CD7D63;
}
.BgClassName
{
background-color: #CD7D63;
}
</style>
border-color css
<style>
span { border-color: #CD7D63; }
span { border-color: rgb(205,125,99); }
td.TdClassName
{
border-color: #CD7D63;
}
.TagClassName
{
border-color: #CD7D63;
}
</style>