Shades of Burning Sand #CD7A64
Tints of Burning Sand #CD7A64
RGB
CMYK
RGB Variations
Color information
#CD7A64 (or 0xCD7A64) is known color: Burning Sand. HEX triplet: CD, 7A and 64. RGB value is (205,122,100). Sum of RGB (Red+Green+Blue) = 205+122+100=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A64 is #32859B. Grayscale: #909090. Windows color (decimal): -3311004 or 6585037. OLE color: 6585037.
HSL color Cylindrical-coordinate representation of color #CD7A64: hue angle of 12.57º 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 #CD7A64 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 100 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.20 |
| HSL | 12.57º | 0.51% | 0.6% | - |
| HSV(B) | 12.57º | 0.51% | 0.8% | - |
| XYZ | 34.44 | 27.82 | 15.61 | - |
| YUV | 144.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 100 | 0 | 0.40 | 0.51 | 0.20 | 12.57 | 0.51 | 0.6 |
| Hex | CD | 7A | 64 | 0 | 28 | 33 | 14 | D | 33 | 3C |
| Octal | 315 | 172 | 144 | 0 | 50 | 63 | 24 | 15 | 63 | 74 |
| Binary | 11001101 | 1111010 | 1100100 | 0 | 101000 | 110011 | 10100 | 1101 | 110011 | 111100 |
Color Harmonies of #CD7A64
Complementary color
Monochromatic Colors of #CD7A64
Black with #CD7A64
Text Example
Text Example
White with #CD7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A64; }
p { color: rgb(205,122,100); }
H1.HeaderClassName
{
color: #CD7A64;
}
.AnyTagClassName
{
color: #CD7A64;
}
</style>
background-color css
<style>
a { background-color: #CD7A64; }
a { background-color: rgb(205,122,100); }
div.DivClassName
{
background-color: #CD7A64;
}
.BgClassName
{
background-color: #CD7A64;
}
</style>
border-color css
<style>
span { border-color: #CD7A64; }
span { border-color: rgb(205,122,100); }
td.TdClassName
{
border-color: #CD7A64;
}
.TagClassName
{
border-color: #CD7A64;
}
</style>