Shades of Burning Sand #C77E67
Tints of Burning Sand #C77E67
RGB
CMYK
RGB Variations
Color information
#C77E67 (or 0xC77E67) is known color: Burning Sand. HEX triplet: C7, 7E and 67. RGB value is (199,126,103). Sum of RGB (Red+Green+Blue) = 199+126+103=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E67 is #388198. Grayscale: #919191. Windows color (decimal): -3703193 or 6782663. OLE color: 6782663.
HSL color Cylindrical-coordinate representation of color #C77E67: hue angle of 14.38º 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 #C77E67 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 103 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.22 |
| HSL | 14.38º | 0.46% | 0.59% | - |
| HSV(B) | 14.38º | 0.48% | 0.78% | - |
| XYZ | 33.46 | 28.04 | 16.48 | - |
| YUV | 145.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 103 | 0 | 0.37 | 0.48 | 0.22 | 14.38 | 0.46 | 0.59 |
| Hex | C7 | 7E | 67 | 0 | 25 | 30 | 16 | E | 2E | 3B |
| Octal | 307 | 176 | 147 | 0 | 45 | 60 | 26 | 16 | 56 | 73 |
| Binary | 11000111 | 1111110 | 1100111 | 0 | 100101 | 110000 | 10110 | 1110 | 101110 | 111011 |
Color Harmonies of #C77E67
Complementary color
Monochromatic Colors of #C77E67
Black with #C77E67
Text Example
Text Example
White with #C77E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E67; }
p { color: rgb(199,126,103); }
H1.HeaderClassName
{
color: #C77E67;
}
.AnyTagClassName
{
color: #C77E67;
}
</style>
background-color css
<style>
a { background-color: #C77E67; }
a { background-color: rgb(199,126,103); }
div.DivClassName
{
background-color: #C77E67;
}
.BgClassName
{
background-color: #C77E67;
}
</style>
border-color css
<style>
span { border-color: #C77E67; }
span { border-color: rgb(199,126,103); }
td.TdClassName
{
border-color: #C77E67;
}
.TagClassName
{
border-color: #C77E67;
}
</style>