Shades of Burning Sand #CC8661
Tints of Burning Sand #CC8661
RGB
CMYK
RGB Variations
Color information
#CC8661 (or 0xCC8661) is known color: Burning Sand. HEX triplet: CC, 86 and 61. RGB value is (204,134,97). Sum of RGB (Red+Green+Blue) = 204+134+97=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8661 is #33799E. Grayscale: #969696. Windows color (decimal): -3373471 or 6391500. OLE color: 6391500.
HSL color Cylindrical-coordinate representation of color #CC8661: hue angle of 20.75º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC8661 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 97 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.2 |
| HSL | 20.75º | 0.51% | 0.59% | - |
| HSV(B) | 20.75º | 0.52% | 0.8% | - |
| XYZ | 35.58 | 30.75 | 15.37 | - |
| YUV | 150.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 97 | 0 | 0.34 | 0.52 | 0.2 | 20.75 | 0.51 | 0.59 |
| Hex | CC | 86 | 61 | 0 | 22 | 34 | 14 | 15 | 33 | 3B |
| Octal | 314 | 206 | 141 | 0 | 42 | 64 | 24 | 25 | 63 | 73 |
| Binary | 11001100 | 10000110 | 1100001 | 0 | 100010 | 110100 | 10100 | 10101 | 110011 | 111011 |
Color Harmonies of #CC8661
Complementary color
Monochromatic Colors of #CC8661
Black with #CC8661
Text Example
Text Example
White with #CC8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8661; }
p { color: rgb(204,134,97); }
H1.HeaderClassName
{
color: #CC8661;
}
.AnyTagClassName
{
color: #CC8661;
}
</style>
background-color css
<style>
a { background-color: #CC8661; }
a { background-color: rgb(204,134,97); }
div.DivClassName
{
background-color: #CC8661;
}
.BgClassName
{
background-color: #CC8661;
}
</style>
border-color css
<style>
span { border-color: #CC8661; }
span { border-color: rgb(204,134,97); }
td.TdClassName
{
border-color: #CC8661;
}
.TagClassName
{
border-color: #CC8661;
}
</style>