Shades of Burning Sand #CC7B60
Tints of Burning Sand #CC7B60
RGB
CMYK
RGB Variations
Color information
#CC7B60 (or 0xCC7B60) is known color: Burning Sand. HEX triplet: CC, 7B and 60. RGB value is (204,123,96). Sum of RGB (Red+Green+Blue) = 204+123+96=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B60 is #33849F. Grayscale: #909090. Windows color (decimal): -3376288 or 6323148. OLE color: 6323148.
HSL color Cylindrical-coordinate representation of color #CC7B60: hue angle of 15º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC7B60 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 96 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.2 |
| HSL | 15º | 0.51% | 0.59% | - |
| HSV(B) | 15º | 0.53% | 0.8% | - |
| XYZ | 34.1 | 27.85 | 14.64 | - |
| YUV | 144.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 96 | 0 | 0.40 | 0.53 | 0.2 | 15 | 0.51 | 0.59 |
| Hex | CC | 7B | 60 | 0 | 28 | 35 | 14 | F | 33 | 3B |
| Octal | 314 | 173 | 140 | 0 | 50 | 65 | 24 | 17 | 63 | 73 |
| Binary | 11001100 | 1111011 | 1100000 | 0 | 101000 | 110101 | 10100 | 1111 | 110011 | 111011 |
Color Harmonies of #CC7B60
Complementary color
Monochromatic Colors of #CC7B60
Black with #CC7B60
Text Example
Text Example
White with #CC7B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B60; }
p { color: rgb(204,123,96); }
H1.HeaderClassName
{
color: #CC7B60;
}
.AnyTagClassName
{
color: #CC7B60;
}
</style>
background-color css
<style>
a { background-color: #CC7B60; }
a { background-color: rgb(204,123,96); }
div.DivClassName
{
background-color: #CC7B60;
}
.BgClassName
{
background-color: #CC7B60;
}
</style>
border-color css
<style>
span { border-color: #CC7B60; }
span { border-color: rgb(204,123,96); }
td.TdClassName
{
border-color: #CC7B60;
}
.TagClassName
{
border-color: #CC7B60;
}
</style>