Shades of Burning Sand #CC7E6F
Tints of Burning Sand #CC7E6F
RGB
CMYK
RGB Variations
Color information
#CC7E6F (or 0xCC7E6F) is known color: Burning Sand. HEX triplet: CC, 7E and 6F. RGB value is (204,126,111). Sum of RGB (Red+Green+Blue) = 204+126+111=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E6F is #338190. Grayscale: #939393. Windows color (decimal): -3375505 or 7306956. OLE color: 7306956.
HSL color Cylindrical-coordinate representation of color #CC7E6F: hue angle of 9.68º 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 #CC7E6F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 111 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.2 |
| HSL | 9.68º | 0.48% | 0.62% | - |
| HSV(B) | 9.68º | 0.46% | 0.8% | - |
| XYZ | 35.23 | 28.91 | 18.76 | - |
| YUV | 147.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 111 | 0 | 0.38 | 0.46 | 0.2 | 9.68 | 0.48 | 0.62 |
| Hex | CC | 7E | 6F | 0 | 26 | 2E | 14 | A | 30 | 3E |
| Octal | 314 | 176 | 157 | 0 | 46 | 56 | 24 | 12 | 60 | 76 |
| Binary | 11001100 | 1111110 | 1101111 | 0 | 100110 | 101110 | 10100 | 1010 | 110000 | 111110 |
Color Harmonies of #CC7E6F
Complementary color
Monochromatic Colors of #CC7E6F
Black with #CC7E6F
Text Example
Text Example
White with #CC7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E6F; }
p { color: rgb(204,126,111); }
H1.HeaderClassName
{
color: #CC7E6F;
}
.AnyTagClassName
{
color: #CC7E6F;
}
</style>
background-color css
<style>
a { background-color: #CC7E6F; }
a { background-color: rgb(204,126,111); }
div.DivClassName
{
background-color: #CC7E6F;
}
.BgClassName
{
background-color: #CC7E6F;
}
</style>
border-color css
<style>
span { border-color: #CC7E6F; }
span { border-color: rgb(204,126,111); }
td.TdClassName
{
border-color: #CC7E6F;
}
.TagClassName
{
border-color: #CC7E6F;
}
</style>