Shades of Burning Sand #C77F63
Tints of Burning Sand #C77F63
RGB
CMYK
RGB Variations
Color information
#C77F63 (or 0xC77F63) is known color: Burning Sand. HEX triplet: C7, 7F and 63. RGB value is (199,127,99). Sum of RGB (Red+Green+Blue) = 199+127+99=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F63 is #38809C. Grayscale: #919191. Windows color (decimal): -3702941 or 6520775. OLE color: 6520775.
HSL color Cylindrical-coordinate representation of color #C77F63: hue angle of 16.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77F63 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 99 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.22 |
| HSL | 16.8º | 0.47% | 0.58% | - |
| HSV(B) | 16.8º | 0.5% | 0.78% | - |
| XYZ | 33.39 | 28.22 | 15.49 | - |
| YUV | 145.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 99 | 0 | 0.36 | 0.50 | 0.22 | 16.8 | 0.47 | 0.58 |
| Hex | C7 | 7F | 63 | 0 | 24 | 32 | 16 | 11 | 2F | 3A |
| Octal | 307 | 177 | 143 | 0 | 44 | 62 | 26 | 21 | 57 | 72 |
| Binary | 11000111 | 1111111 | 1100011 | 0 | 100100 | 110010 | 10110 | 10001 | 101111 | 111010 |
Color Harmonies of #C77F63
Complementary color
Monochromatic Colors of #C77F63
Black with #C77F63
Text Example
Text Example
White with #C77F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F63; }
p { color: rgb(199,127,99); }
H1.HeaderClassName
{
color: #C77F63;
}
.AnyTagClassName
{
color: #C77F63;
}
</style>
background-color css
<style>
a { background-color: #C77F63; }
a { background-color: rgb(199,127,99); }
div.DivClassName
{
background-color: #C77F63;
}
.BgClassName
{
background-color: #C77F63;
}
</style>
border-color css
<style>
span { border-color: #C77F63; }
span { border-color: rgb(199,127,99); }
td.TdClassName
{
border-color: #C77F63;
}
.TagClassName
{
border-color: #C77F63;
}
</style>