Shades of Burning Sand #CC886E
Tints of Burning Sand #CC886E
RGB
CMYK
RGB Variations
Color information
#CC886E (or 0xCC886E) is known color: Burning Sand. HEX triplet: CC, 88 and 6E. RGB value is (204,136,110). Sum of RGB (Red+Green+Blue) = 204+136+110=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC886E is #337791. Grayscale: #999999. Windows color (decimal): -3372946 or 7243980. OLE color: 7243980.
HSL color Cylindrical-coordinate representation of color #CC886E: hue angle of 16.6º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC886E is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 110 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.2 |
| HSL | 16.6º | 0.48% | 0.62% | - |
| HSV(B) | 16.6º | 0.46% | 0.8% | - |
| XYZ | 36.52 | 31.57 | 18.92 | - |
| YUV | 153.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 110 | 0 | 0.33 | 0.46 | 0.2 | 16.6 | 0.48 | 0.62 |
| Hex | CC | 88 | 6E | 0 | 21 | 2E | 14 | 11 | 30 | 3E |
| Octal | 314 | 210 | 156 | 0 | 41 | 56 | 24 | 21 | 60 | 76 |
| Binary | 11001100 | 10001000 | 1101110 | 0 | 100001 | 101110 | 10100 | 10001 | 110000 | 111110 |
Color Harmonies of #CC886E
Complementary color
Monochromatic Colors of #CC886E
Black with #CC886E
Text Example
Text Example
White with #CC886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC886E; }
p { color: rgb(204,136,110); }
H1.HeaderClassName
{
color: #CC886E;
}
.AnyTagClassName
{
color: #CC886E;
}
</style>
background-color css
<style>
a { background-color: #CC886E; }
a { background-color: rgb(204,136,110); }
div.DivClassName
{
background-color: #CC886E;
}
.BgClassName
{
background-color: #CC886E;
}
</style>
border-color css
<style>
span { border-color: #CC886E; }
span { border-color: rgb(204,136,110); }
td.TdClassName
{
border-color: #CC886E;
}
.TagClassName
{
border-color: #CC886E;
}
</style>