Shades of Burning Sand #CD7F64
Tints of Burning Sand #CD7F64
RGB
CMYK
RGB Variations
Color information
#CD7F64 (or 0xCD7F64) is known color: Burning Sand. HEX triplet: CD, 7F and 64. RGB value is (205,127,100). Sum of RGB (Red+Green+Blue) = 205+127+100=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F64 is #32809B. Grayscale: #939393. Windows color (decimal): -3309724 or 6586317. OLE color: 6586317.
HSL color Cylindrical-coordinate representation of color #CD7F64: hue angle of 15.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7F64 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 127 | 100 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.20 |
| HSL | 15.43º | 0.51% | 0.6% | - |
| HSV(B) | 15.43º | 0.51% | 0.8% | - |
| XYZ | 35.07 | 29.08 | 15.82 | - |
| YUV | 147.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 127 | 100 | 0 | 0.38 | 0.51 | 0.20 | 15.43 | 0.51 | 0.6 |
| Hex | CD | 7F | 64 | 0 | 26 | 33 | 14 | F | 33 | 3C |
| Octal | 315 | 177 | 144 | 0 | 46 | 63 | 24 | 17 | 63 | 74 |
| Binary | 11001101 | 1111111 | 1100100 | 0 | 100110 | 110011 | 10100 | 1111 | 110011 | 111100 |
Color Harmonies of #CD7F64
Complementary color
Monochromatic Colors of #CD7F64
Black with #CD7F64
Text Example
Text Example
White with #CD7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7F64; }
p { color: rgb(205,127,100); }
H1.HeaderClassName
{
color: #CD7F64;
}
.AnyTagClassName
{
color: #CD7F64;
}
</style>
background-color css
<style>
a { background-color: #CD7F64; }
a { background-color: rgb(205,127,100); }
div.DivClassName
{
background-color: #CD7F64;
}
.BgClassName
{
background-color: #CD7F64;
}
</style>
border-color css
<style>
span { border-color: #CD7F64; }
span { border-color: rgb(205,127,100); }
td.TdClassName
{
border-color: #CD7F64;
}
.TagClassName
{
border-color: #CD7F64;
}
</style>