Shades of Burning Sand #CE7A64
Tints of Burning Sand #CE7A64
RGB
CMYK
RGB Variations
Color information
#CE7A64 (or 0xCE7A64) is known color: Burning Sand. HEX triplet: CE, 7A and 64. RGB value is (206,122,100). Sum of RGB (Red+Green+Blue) = 206+122+100=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A64 is #31859B. Grayscale: #909090. Windows color (decimal): -3245468 or 6585038. OLE color: 6585038.
HSL color Cylindrical-coordinate representation of color #CE7A64: hue angle of 12.45º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE7A64 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 100 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.19 |
| HSL | 12.45º | 0.52% | 0.6% | - |
| HSV(B) | 12.45º | 0.51% | 0.81% | - |
| XYZ | 34.71 | 27.96 | 15.62 | - |
| YUV | 144.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 100 | 0 | 0.41 | 0.51 | 0.19 | 12.45 | 0.52 | 0.6 |
| Hex | CE | 7A | 64 | 0 | 29 | 33 | 13 | C | 34 | 3C |
| Octal | 316 | 172 | 144 | 0 | 51 | 63 | 23 | 14 | 64 | 74 |
| Binary | 11001110 | 1111010 | 1100100 | 0 | 101001 | 110011 | 10011 | 1100 | 110100 | 111100 |
Color Harmonies of #CE7A64
Complementary color
Monochromatic Colors of #CE7A64
Black with #CE7A64
Text Example
Text Example
White with #CE7A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7A64; }
p { color: rgb(206,122,100); }
H1.HeaderClassName
{
color: #CE7A64;
}
.AnyTagClassName
{
color: #CE7A64;
}
</style>
background-color css
<style>
a { background-color: #CE7A64; }
a { background-color: rgb(206,122,100); }
div.DivClassName
{
background-color: #CE7A64;
}
.BgClassName
{
background-color: #CE7A64;
}
</style>
border-color css
<style>
span { border-color: #CE7A64; }
span { border-color: rgb(206,122,100); }
td.TdClassName
{
border-color: #CE7A64;
}
.TagClassName
{
border-color: #CE7A64;
}
</style>