Shades of Burning Sand #C77F5D
Tints of Burning Sand #C77F5D
RGB
CMYK
RGB Variations
Color information
#C77F5D (or 0xC77F5D) is known color: Burning Sand. HEX triplet: C7, 7F and 5D. RGB value is (199,127,93). Sum of RGB (Red+Green+Blue) = 199+127+93=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F5D is #3880A2. Grayscale: #909090. Windows color (decimal): -3702947 or 6127559. OLE color: 6127559.
HSL color Cylindrical-coordinate representation of color #C77F5D: hue angle of 19.25º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C77F5D is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 93 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.22 |
| HSL | 19.25º | 0.49% | 0.57% | - |
| HSV(B) | 19.25º | 0.53% | 0.78% | - |
| XYZ | 33.12 | 28.11 | 14.04 | - |
| YUV | 144.65 | 98.85 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 93 | 0 | 0.36 | 0.53 | 0.22 | 19.25 | 0.49 | 0.57 |
| Hex | C7 | 7F | 5D | 0 | 24 | 35 | 16 | 13 | 31 | 39 |
| Octal | 307 | 177 | 135 | 0 | 44 | 65 | 26 | 23 | 61 | 71 |
| Binary | 11000111 | 1111111 | 1011101 | 0 | 100100 | 110101 | 10110 | 10011 | 110001 | 111001 |
Color Harmonies of #C77F5D
Complementary color
Monochromatic Colors of #C77F5D
Black with #C77F5D
Text Example
Text Example
White with #C77F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F5D; }
p { color: rgb(199,127,93); }
H1.HeaderClassName
{
color: #C77F5D;
}
.AnyTagClassName
{
color: #C77F5D;
}
</style>
background-color css
<style>
a { background-color: #C77F5D; }
a { background-color: rgb(199,127,93); }
div.DivClassName
{
background-color: #C77F5D;
}
.BgClassName
{
background-color: #C77F5D;
}
</style>
border-color css
<style>
span { border-color: #C77F5D; }
span { border-color: rgb(199,127,93); }
td.TdClassName
{
border-color: #C77F5D;
}
.TagClassName
{
border-color: #C77F5D;
}
</style>