Shades of Burning Sand #CC886A
Tints of Burning Sand #CC886A
RGB
CMYK
RGB Variations
Color information
#CC886A (or 0xCC886A) is known color: Burning Sand. HEX triplet: CC, 88 and 6A. RGB value is (204,136,106). Sum of RGB (Red+Green+Blue) = 204+136+106=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC886A is #337795. Grayscale: #999999. Windows color (decimal): -3372950 or 6981836. OLE color: 6981836.
HSL color Cylindrical-coordinate representation of color #CC886A: hue angle of 18.37º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC886A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 106 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.2 |
| HSL | 18.37º | 0.49% | 0.61% | - |
| HSV(B) | 18.37º | 0.48% | 0.8% | - |
| XYZ | 36.31 | 31.49 | 17.8 | - |
| YUV | 152.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 106 | 0 | 0.33 | 0.48 | 0.2 | 18.37 | 0.49 | 0.61 |
| Hex | CC | 88 | 6A | 0 | 21 | 30 | 14 | 12 | 31 | 3D |
| Octal | 314 | 210 | 152 | 0 | 41 | 60 | 24 | 22 | 61 | 75 |
| Binary | 11001100 | 10001000 | 1101010 | 0 | 100001 | 110000 | 10100 | 10010 | 110001 | 111101 |
Color Harmonies of #CC886A
Complementary color
Monochromatic Colors of #CC886A
Black with #CC886A
Text Example
Text Example
White with #CC886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC886A; }
p { color: rgb(204,136,106); }
H1.HeaderClassName
{
color: #CC886A;
}
.AnyTagClassName
{
color: #CC886A;
}
</style>
background-color css
<style>
a { background-color: #CC886A; }
a { background-color: rgb(204,136,106); }
div.DivClassName
{
background-color: #CC886A;
}
.BgClassName
{
background-color: #CC886A;
}
</style>
border-color css
<style>
span { border-color: #CC886A; }
span { border-color: rgb(204,136,106); }
td.TdClassName
{
border-color: #CC886A;
}
.TagClassName
{
border-color: #CC886A;
}
</style>