Shades of Burning Sand #CC8963
Tints of Burning Sand #CC8963
RGB
CMYK
RGB Variations
Color information
#CC8963 (or 0xCC8963) is known color: Burning Sand. HEX triplet: CC, 89 and 63. RGB value is (204,137,99). Sum of RGB (Red+Green+Blue) = 204+137+99=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8963 is #33769C. Grayscale: #989898. Windows color (decimal): -3372701 or 6523340. OLE color: 6523340.
HSL color Cylindrical-coordinate representation of color #CC8963: hue angle of 21.71º 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 #CC8963 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 99 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.2 |
| HSL | 21.71º | 0.51% | 0.59% | - |
| HSV(B) | 21.71º | 0.51% | 0.8% | - |
| XYZ | 36.1 | 31.63 | 16.01 | - |
| YUV | 152.7 | 97.7 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 99 | 0 | 0.33 | 0.51 | 0.2 | 21.71 | 0.51 | 0.59 |
| Hex | CC | 89 | 63 | 0 | 21 | 33 | 14 | 16 | 33 | 3B |
| Octal | 314 | 211 | 143 | 0 | 41 | 63 | 24 | 26 | 63 | 73 |
| Binary | 11001100 | 10001001 | 1100011 | 0 | 100001 | 110011 | 10100 | 10110 | 110011 | 111011 |
Color Harmonies of #CC8963
Complementary color
Monochromatic Colors of #CC8963
Black with #CC8963
Text Example
Text Example
White with #CC8963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8963; }
p { color: rgb(204,137,99); }
H1.HeaderClassName
{
color: #CC8963;
}
.AnyTagClassName
{
color: #CC8963;
}
</style>
background-color css
<style>
a { background-color: #CC8963; }
a { background-color: rgb(204,137,99); }
div.DivClassName
{
background-color: #CC8963;
}
.BgClassName
{
background-color: #CC8963;
}
</style>
border-color css
<style>
span { border-color: #CC8963; }
span { border-color: rgb(204,137,99); }
td.TdClassName
{
border-color: #CC8963;
}
.TagClassName
{
border-color: #CC8963;
}
</style>