Shades of Burning Sand #CC856D
Tints of Burning Sand #CC856D
RGB
CMYK
RGB Variations
Color information
#CC856D (or 0xCC856D) is known color: Burning Sand. HEX triplet: CC, 85 and 6D. RGB value is (204,133,109). Sum of RGB (Red+Green+Blue) = 204+133+109=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC856D is #337A92. Grayscale: #979797. Windows color (decimal): -3373715 or 7177676. OLE color: 7177676.
HSL color Cylindrical-coordinate representation of color #CC856D: hue angle of 15.16º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC856D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 109 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.2 |
| HSL | 15.16º | 0.48% | 0.61% | - |
| HSV(B) | 15.16º | 0.47% | 0.8% | - |
| XYZ | 36.05 | 30.72 | 18.5 | - |
| YUV | 151.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 109 | 0 | 0.35 | 0.47 | 0.2 | 15.16 | 0.48 | 0.61 |
| Hex | CC | 85 | 6D | 0 | 23 | 2F | 14 | F | 30 | 3D |
| Octal | 314 | 205 | 155 | 0 | 43 | 57 | 24 | 17 | 60 | 75 |
| Binary | 11001100 | 10000101 | 1101101 | 0 | 100011 | 101111 | 10100 | 1111 | 110000 | 111101 |
Color Harmonies of #CC856D
Complementary color
Monochromatic Colors of #CC856D
Black with #CC856D
Text Example
Text Example
White with #CC856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC856D; }
p { color: rgb(204,133,109); }
H1.HeaderClassName
{
color: #CC856D;
}
.AnyTagClassName
{
color: #CC856D;
}
</style>
background-color css
<style>
a { background-color: #CC856D; }
a { background-color: rgb(204,133,109); }
div.DivClassName
{
background-color: #CC856D;
}
.BgClassName
{
background-color: #CC856D;
}
</style>
border-color css
<style>
span { border-color: #CC856D; }
span { border-color: rgb(204,133,109); }
td.TdClassName
{
border-color: #CC856D;
}
.TagClassName
{
border-color: #CC856D;
}
</style>