Shades of Burning Sand #C07B60
Tints of Burning Sand #C07B60
RGB
CMYK
RGB Variations
Color information
#C07B60 (or 0xC07B60) is known color: Burning Sand. HEX triplet: C0, 7B and 60. RGB value is (192,123,96). Sum of RGB (Red+Green+Blue) = 192+123+96=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B60 is #3F849F. Grayscale: #8C8C8C. Windows color (decimal): -4162720 or 6323136. OLE color: 6323136.
HSL color Cylindrical-coordinate representation of color #C07B60: hue angle of 16.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07B60 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 96 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.25 |
| HSL | 16.88º | 0.43% | 0.56% | - |
| HSV(B) | 16.88º | 0.5% | 0.75% | - |
| XYZ | 30.93 | 26.22 | 14.5 | - |
| YUV | 140.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 96 | 0 | 0.36 | 0.50 | 0.25 | 16.88 | 0.43 | 0.56 |
| Hex | C0 | 7B | 60 | 0 | 24 | 32 | 19 | 11 | 2B | 38 |
| Octal | 300 | 173 | 140 | 0 | 44 | 62 | 31 | 21 | 53 | 70 |
| Binary | 11000000 | 1111011 | 1100000 | 0 | 100100 | 110010 | 11001 | 10001 | 101011 | 111000 |
Color Harmonies of #C07B60
Complementary color
Monochromatic Colors of #C07B60
Black with #C07B60
Text Example
Text Example
White with #C07B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B60; }
p { color: rgb(192,123,96); }
H1.HeaderClassName
{
color: #C07B60;
}
.AnyTagClassName
{
color: #C07B60;
}
</style>
background-color css
<style>
a { background-color: #C07B60; }
a { background-color: rgb(192,123,96); }
div.DivClassName
{
background-color: #C07B60;
}
.BgClassName
{
background-color: #C07B60;
}
</style>
border-color css
<style>
span { border-color: #C07B60; }
span { border-color: rgb(192,123,96); }
td.TdClassName
{
border-color: #C07B60;
}
.TagClassName
{
border-color: #C07B60;
}
</style>