Shades of Burning Sand #CC8763
Tints of Burning Sand #CC8763
RGB
CMYK
RGB Variations
Color information
#CC8763 (or 0xCC8763) is known color: Burning Sand. HEX triplet: CC, 87 and 63. RGB value is (204,135,99). Sum of RGB (Red+Green+Blue) = 204+135+99=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8763 is #33789C. Grayscale: #979797. Windows color (decimal): -3373213 or 6522828. OLE color: 6522828.
HSL color Cylindrical-coordinate representation of color #CC8763: hue angle of 20.57º 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 #CC8763 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 99 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.2 |
| HSL | 20.57º | 0.51% | 0.59% | - |
| HSV(B) | 20.57º | 0.51% | 0.8% | - |
| XYZ | 35.82 | 31.07 | 15.91 | - |
| YUV | 151.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 99 | 0 | 0.34 | 0.51 | 0.2 | 20.57 | 0.51 | 0.59 |
| Hex | CC | 87 | 63 | 0 | 22 | 33 | 14 | 15 | 33 | 3B |
| Octal | 314 | 207 | 143 | 0 | 42 | 63 | 24 | 25 | 63 | 73 |
| Binary | 11001100 | 10000111 | 1100011 | 0 | 100010 | 110011 | 10100 | 10101 | 110011 | 111011 |
Color Harmonies of #CC8763
Complementary color
Monochromatic Colors of #CC8763
Black with #CC8763
Text Example
Text Example
White with #CC8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8763; }
p { color: rgb(204,135,99); }
H1.HeaderClassName
{
color: #CC8763;
}
.AnyTagClassName
{
color: #CC8763;
}
</style>
background-color css
<style>
a { background-color: #CC8763; }
a { background-color: rgb(204,135,99); }
div.DivClassName
{
background-color: #CC8763;
}
.BgClassName
{
background-color: #CC8763;
}
</style>
border-color css
<style>
span { border-color: #CC8763; }
span { border-color: rgb(204,135,99); }
td.TdClassName
{
border-color: #CC8763;
}
.TagClassName
{
border-color: #CC8763;
}
</style>