Shades of Burning Sand #CC7E55
Tints of Burning Sand #CC7E55
RGB
CMYK
RGB Variations
Color information
#CC7E55 (or 0xCC7E55) is known color: Burning Sand. HEX triplet: CC, 7E and 55. RGB value is (204,126,85). Sum of RGB (Red+Green+Blue) = 204+126+85=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E55 is #3381AA. Grayscale: #909090. Windows color (decimal): -3375531 or 5603020. OLE color: 5603020.
HSL color Cylindrical-coordinate representation of color #CC7E55: hue angle of 20.67º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7E55 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 126 | 85 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.2 |
| HSL | 20.67º | 0.54% | 0.57% | - |
| HSV(B) | 20.67º | 0.58% | 0.8% | - |
| XYZ | 34 | 28.41 | 12.29 | - |
| YUV | 144.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 126 | 85 | 0 | 0.38 | 0.58 | 0.2 | 20.67 | 0.54 | 0.57 |
| Hex | CC | 7E | 55 | 0 | 26 | 3A | 14 | 15 | 36 | 39 |
| Octal | 314 | 176 | 125 | 0 | 46 | 72 | 24 | 25 | 66 | 71 |
| Binary | 11001100 | 1111110 | 1010101 | 0 | 100110 | 111010 | 10100 | 10101 | 110110 | 111001 |
Color Harmonies of #CC7E55
Complementary color
Monochromatic Colors of #CC7E55
Black with #CC7E55
Text Example
Text Example
White with #CC7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7E55; }
p { color: rgb(204,126,85); }
H1.HeaderClassName
{
color: #CC7E55;
}
.AnyTagClassName
{
color: #CC7E55;
}
</style>
background-color css
<style>
a { background-color: #CC7E55; }
a { background-color: rgb(204,126,85); }
div.DivClassName
{
background-color: #CC7E55;
}
.BgClassName
{
background-color: #CC7E55;
}
</style>
border-color css
<style>
span { border-color: #CC7E55; }
span { border-color: rgb(204,126,85); }
td.TdClassName
{
border-color: #CC7E55;
}
.TagClassName
{
border-color: #CC7E55;
}
</style>