Shades of Burning Sand #CC7E5C
Tints of Burning Sand #CC7E5C
RGB
CMYK
RGB Variations
Color information
#CC7E5C (or 0xCC7E5C) is known color: Burning Sand. HEX triplet: CC, 7E and 5C. RGB value is (204,126,92). Sum of RGB (Red+Green+Blue) = 204+126+92=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E5C is #3381A3. Grayscale: #919191. Windows color (decimal): -3375524 or 6061772. OLE color: 6061772.
HSL color Cylindrical-coordinate representation of color #CC7E5C: hue angle of 18.21º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC7E5C is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 92 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.2 |
| HSL | 18.21º | 0.52% | 0.58% | - |
| HSV(B) | 18.21º | 0.55% | 0.8% | - |
| XYZ | 34.29 | 28.53 | 13.82 | - |
| YUV | 145.45 | 97.84 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 92 | 0 | 0.38 | 0.55 | 0.2 | 18.21 | 0.52 | 0.58 |
| Hex | CC | 7E | 5C | 0 | 26 | 37 | 14 | 12 | 34 | 3A |
| Octal | 314 | 176 | 134 | 0 | 46 | 67 | 24 | 22 | 64 | 72 |
| Binary | 11001100 | 1111110 | 1011100 | 0 | 100110 | 110111 | 10100 | 10010 | 110100 | 111010 |
Color Harmonies of #CC7E5C
Complementary color
Monochromatic Colors of #CC7E5C
Black with #CC7E5C
Text Example
Text Example
White with #CC7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E5C; }
p { color: rgb(204,126,92); }
H1.HeaderClassName
{
color: #CC7E5C;
}
.AnyTagClassName
{
color: #CC7E5C;
}
</style>
background-color css
<style>
a { background-color: #CC7E5C; }
a { background-color: rgb(204,126,92); }
div.DivClassName
{
background-color: #CC7E5C;
}
.BgClassName
{
background-color: #CC7E5C;
}
</style>
border-color css
<style>
span { border-color: #CC7E5C; }
span { border-color: rgb(204,126,92); }
td.TdClassName
{
border-color: #CC7E5C;
}
.TagClassName
{
border-color: #CC7E5C;
}
</style>