Shades of Burning Sand #C77D68
Tints of Burning Sand #C77D68
RGB
CMYK
RGB Variations
Color information
#C77D68 (or 0xC77D68) is known color: Burning Sand. HEX triplet: C7, 7D and 68. RGB value is (199,125,104). Sum of RGB (Red+Green+Blue) = 199+125+104=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D68 is #388297. Grayscale: #909090. Windows color (decimal): -3703448 or 6847943. OLE color: 6847943.
HSL color Cylindrical-coordinate representation of color #C77D68: hue angle of 13.26º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77D68 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 104 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.22 |
| HSL | 13.26º | 0.46% | 0.59% | - |
| HSV(B) | 13.26º | 0.48% | 0.78% | - |
| XYZ | 33.39 | 27.81 | 16.7 | - |
| YUV | 144.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 104 | 0 | 0.37 | 0.48 | 0.22 | 13.26 | 0.46 | 0.59 |
| Hex | C7 | 7D | 68 | 0 | 25 | 30 | 16 | D | 2E | 3B |
| Octal | 307 | 175 | 150 | 0 | 45 | 60 | 26 | 15 | 56 | 73 |
| Binary | 11000111 | 1111101 | 1101000 | 0 | 100101 | 110000 | 10110 | 1101 | 101110 | 111011 |
Color Harmonies of #C77D68
Complementary color
Monochromatic Colors of #C77D68
Black with #C77D68
Text Example
Text Example
White with #C77D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D68; }
p { color: rgb(199,125,104); }
H1.HeaderClassName
{
color: #C77D68;
}
.AnyTagClassName
{
color: #C77D68;
}
</style>
background-color css
<style>
a { background-color: #C77D68; }
a { background-color: rgb(199,125,104); }
div.DivClassName
{
background-color: #C77D68;
}
.BgClassName
{
background-color: #C77D68;
}
</style>
border-color css
<style>
span { border-color: #C77D68; }
span { border-color: rgb(199,125,104); }
td.TdClassName
{
border-color: #C77D68;
}
.TagClassName
{
border-color: #C77D68;
}
</style>