Shades of Burning Sand #C77D69
Tints of Burning Sand #C77D69
RGB
CMYK
RGB Variations
Color information
#C77D69 (or 0xC77D69) is known color: Burning Sand. HEX triplet: C7, 7D and 69. RGB value is (199,125,105). Sum of RGB (Red+Green+Blue) = 199+125+105=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77D69 is #388296. Grayscale: #919191. Windows color (decimal): -3703447 or 6913479. OLE color: 6913479.
HSL color Cylindrical-coordinate representation of color #C77D69: hue angle of 12.77º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C77D69 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 105 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.22 |
| HSL | 12.77º | 0.46% | 0.6% | - |
| HSV(B) | 12.77º | 0.47% | 0.78% | - |
| XYZ | 33.44 | 27.83 | 16.97 | - |
| YUV | 144.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 105 | 0 | 0.37 | 0.47 | 0.22 | 12.77 | 0.46 | 0.6 |
| Hex | C7 | 7D | 69 | 0 | 25 | 2F | 16 | D | 2E | 3C |
| Octal | 307 | 175 | 151 | 0 | 45 | 57 | 26 | 15 | 56 | 74 |
| Binary | 11000111 | 1111101 | 1101001 | 0 | 100101 | 101111 | 10110 | 1101 | 101110 | 111100 |
Color Harmonies of #C77D69
Complementary color
Monochromatic Colors of #C77D69
Black with #C77D69
Text Example
Text Example
White with #C77D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D69; }
p { color: rgb(199,125,105); }
H1.HeaderClassName
{
color: #C77D69;
}
.AnyTagClassName
{
color: #C77D69;
}
</style>
background-color css
<style>
a { background-color: #C77D69; }
a { background-color: rgb(199,125,105); }
div.DivClassName
{
background-color: #C77D69;
}
.BgClassName
{
background-color: #C77D69;
}
</style>
border-color css
<style>
span { border-color: #C77D69; }
span { border-color: rgb(199,125,105); }
td.TdClassName
{
border-color: #C77D69;
}
.TagClassName
{
border-color: #C77D69;
}
</style>