Shades of Burning Sand #C77D6D
Tints of Burning Sand #C77D6D
RGB
CMYK
RGB Variations
Color information
#C77D6D (or 0xC77D6D) is known color: Burning Sand. HEX triplet: C7, 7D and 6D. RGB value is (199,125,109). Sum of RGB (Red+Green+Blue) = 199+125+109=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D6D is #388292. Grayscale: #919191. Windows color (decimal): -3703443 or 7175623. OLE color: 7175623.
HSL color Cylindrical-coordinate representation of color #C77D6D: hue angle of 10.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C77D6D is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 109 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.22 |
| HSL | 10.67º | 0.45% | 0.6% | - |
| HSV(B) | 10.67º | 0.45% | 0.78% | - |
| XYZ | 33.65 | 27.91 | 18.08 | - |
| YUV | 145.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 109 | 0 | 0.37 | 0.45 | 0.22 | 10.67 | 0.45 | 0.6 |
| Hex | C7 | 7D | 6D | 0 | 25 | 2D | 16 | B | 2D | 3C |
| Octal | 307 | 175 | 155 | 0 | 45 | 55 | 26 | 13 | 55 | 74 |
| Binary | 11000111 | 1111101 | 1101101 | 0 | 100101 | 101101 | 10110 | 1011 | 101101 | 111100 |
Color Harmonies of #C77D6D
Complementary color
Monochromatic Colors of #C77D6D
Black with #C77D6D
Text Example
Text Example
White with #C77D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D6D; }
p { color: rgb(199,125,109); }
H1.HeaderClassName
{
color: #C77D6D;
}
.AnyTagClassName
{
color: #C77D6D;
}
</style>
background-color css
<style>
a { background-color: #C77D6D; }
a { background-color: rgb(199,125,109); }
div.DivClassName
{
background-color: #C77D6D;
}
.BgClassName
{
background-color: #C77D6D;
}
</style>
border-color css
<style>
span { border-color: #C77D6D; }
span { border-color: rgb(199,125,109); }
td.TdClassName
{
border-color: #C77D6D;
}
.TagClassName
{
border-color: #C77D6D;
}
</style>