Shades of Burning Sand #CC8663
Tints of Burning Sand #CC8663
RGB
CMYK
RGB Variations
Color information
#CC8663 (or 0xCC8663) is known color: Burning Sand. HEX triplet: CC, 86 and 63. RGB value is (204,134,99). Sum of RGB (Red+Green+Blue) = 204+134+99=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8663 is #33799C. Grayscale: #979797. Windows color (decimal): -3373469 or 6522572. OLE color: 6522572.
HSL color Cylindrical-coordinate representation of color #CC8663: hue angle of 20º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC8663 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 99 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.2 |
| HSL | 20º | 0.51% | 0.59% | - |
| HSV(B) | 20º | 0.51% | 0.8% | - |
| XYZ | 35.68 | 30.79 | 15.87 | - |
| YUV | 150.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 99 | 0 | 0.34 | 0.51 | 0.2 | 20 | 0.51 | 0.59 |
| Hex | CC | 86 | 63 | 0 | 22 | 33 | 14 | 14 | 33 | 3B |
| Octal | 314 | 206 | 143 | 0 | 42 | 63 | 24 | 24 | 63 | 73 |
| Binary | 11001100 | 10000110 | 1100011 | 0 | 100010 | 110011 | 10100 | 10100 | 110011 | 111011 |
Color Harmonies of #CC8663
Complementary color
Monochromatic Colors of #CC8663
Black with #CC8663
Text Example
Text Example
White with #CC8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8663; }
p { color: rgb(204,134,99); }
H1.HeaderClassName
{
color: #CC8663;
}
.AnyTagClassName
{
color: #CC8663;
}
</style>
background-color css
<style>
a { background-color: #CC8663; }
a { background-color: rgb(204,134,99); }
div.DivClassName
{
background-color: #CC8663;
}
.BgClassName
{
background-color: #CC8663;
}
</style>
border-color css
<style>
span { border-color: #CC8663; }
span { border-color: rgb(204,134,99); }
td.TdClassName
{
border-color: #CC8663;
}
.TagClassName
{
border-color: #CC8663;
}
</style>