Shades of Burning Sand #CC7B63
Tints of Burning Sand #CC7B63
RGB
CMYK
RGB Variations
Color information
#CC7B63 (or 0xCC7B63) is known color: Burning Sand. HEX triplet: CC, 7B and 63. RGB value is (204,123,99). Sum of RGB (Red+Green+Blue) = 204+123+99=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B63 is #33849C. Grayscale: #909090. Windows color (decimal): -3376285 or 6519756. OLE color: 6519756.
HSL color Cylindrical-coordinate representation of color #CC7B63: hue angle of 13.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7B63 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 99 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.2 |
| HSL | 13.71º | 0.51% | 0.59% | - |
| HSV(B) | 13.71º | 0.51% | 0.8% | - |
| XYZ | 34.24 | 27.9 | 15.39 | - |
| YUV | 144.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 99 | 0 | 0.40 | 0.51 | 0.2 | 13.71 | 0.51 | 0.59 |
| Hex | CC | 7B | 63 | 0 | 28 | 33 | 14 | E | 33 | 3B |
| Octal | 314 | 173 | 143 | 0 | 50 | 63 | 24 | 16 | 63 | 73 |
| Binary | 11001100 | 1111011 | 1100011 | 0 | 101000 | 110011 | 10100 | 1110 | 110011 | 111011 |
Color Harmonies of #CC7B63
Complementary color
Monochromatic Colors of #CC7B63
Black with #CC7B63
Text Example
Text Example
White with #CC7B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B63; }
p { color: rgb(204,123,99); }
H1.HeaderClassName
{
color: #CC7B63;
}
.AnyTagClassName
{
color: #CC7B63;
}
</style>
background-color css
<style>
a { background-color: #CC7B63; }
a { background-color: rgb(204,123,99); }
div.DivClassName
{
background-color: #CC7B63;
}
.BgClassName
{
background-color: #CC7B63;
}
</style>
border-color css
<style>
span { border-color: #CC7B63; }
span { border-color: rgb(204,123,99); }
td.TdClassName
{
border-color: #CC7B63;
}
.TagClassName
{
border-color: #CC7B63;
}
</style>