Shades of Burning Sand #C87E69
Tints of Burning Sand #C87E69
RGB
CMYK
RGB Variations
Color information
#C87E69 (or 0xC87E69) is known color: Burning Sand. HEX triplet: C8, 7E and 69. RGB value is (200,126,105). Sum of RGB (Red+Green+Blue) = 200+126+105=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E69 is #378196. Grayscale: #919191. Windows color (decimal): -3637655 or 6913736. OLE color: 6913736.
HSL color Cylindrical-coordinate representation of color #C87E69: hue angle of 13.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C87E69 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 105 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.22 |
| HSL | 13.26º | 0.46% | 0.6% | - |
| HSV(B) | 13.26º | 0.48% | 0.78% | - |
| XYZ | 33.83 | 28.22 | 17.03 | - |
| YUV | 145.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 105 | 0 | 0.37 | 0.48 | 0.22 | 13.26 | 0.46 | 0.6 |
| Hex | C8 | 7E | 69 | 0 | 25 | 30 | 16 | D | 2E | 3C |
| Octal | 310 | 176 | 151 | 0 | 45 | 60 | 26 | 15 | 56 | 74 |
| Binary | 11001000 | 1111110 | 1101001 | 0 | 100101 | 110000 | 10110 | 1101 | 101110 | 111100 |
Color Harmonies of #C87E69
Complementary color
Monochromatic Colors of #C87E69
Black with #C87E69
Text Example
Text Example
White with #C87E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E69; }
p { color: rgb(200,126,105); }
H1.HeaderClassName
{
color: #C87E69;
}
.AnyTagClassName
{
color: #C87E69;
}
</style>
background-color css
<style>
a { background-color: #C87E69; }
a { background-color: rgb(200,126,105); }
div.DivClassName
{
background-color: #C87E69;
}
.BgClassName
{
background-color: #C87E69;
}
</style>
border-color css
<style>
span { border-color: #C87E69; }
span { border-color: rgb(200,126,105); }
td.TdClassName
{
border-color: #C87E69;
}
.TagClassName
{
border-color: #C87E69;
}
</style>