Shades of Burning Sand #CE7B65
Tints of Burning Sand #CE7B65
RGB
CMYK
RGB Variations
Color information
#CE7B65 (or 0xCE7B65) is known color: Burning Sand. HEX triplet: CE, 7B and 65. RGB value is (206,123,101). Sum of RGB (Red+Green+Blue) = 206+123+101=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B65 is #31849A. Grayscale: #919191. Windows color (decimal): -3245211 or 6650830. OLE color: 6650830.
HSL color Cylindrical-coordinate representation of color #CE7B65: hue angle of 12.57º 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 #CE7B65 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 101 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.19 |
| HSL | 12.57º | 0.52% | 0.6% | - |
| HSV(B) | 12.57º | 0.51% | 0.81% | - |
| XYZ | 34.89 | 28.23 | 15.92 | - |
| YUV | 145.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 101 | 0 | 0.40 | 0.51 | 0.19 | 12.57 | 0.52 | 0.6 |
| Hex | CE | 7B | 65 | 0 | 28 | 33 | 13 | D | 34 | 3C |
| Octal | 316 | 173 | 145 | 0 | 50 | 63 | 23 | 15 | 64 | 74 |
| Binary | 11001110 | 1111011 | 1100101 | 0 | 101000 | 110011 | 10011 | 1101 | 110100 | 111100 |
Color Harmonies of #CE7B65
Complementary color
Monochromatic Colors of #CE7B65
Black with #CE7B65
Text Example
Text Example
White with #CE7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B65; }
p { color: rgb(206,123,101); }
H1.HeaderClassName
{
color: #CE7B65;
}
.AnyTagClassName
{
color: #CE7B65;
}
</style>
background-color css
<style>
a { background-color: #CE7B65; }
a { background-color: rgb(206,123,101); }
div.DivClassName
{
background-color: #CE7B65;
}
.BgClassName
{
background-color: #CE7B65;
}
</style>
border-color css
<style>
span { border-color: #CE7B65; }
span { border-color: rgb(206,123,101); }
td.TdClassName
{
border-color: #CE7B65;
}
.TagClassName
{
border-color: #CE7B65;
}
</style>