Shades of Burning Sand #C87F69
Tints of Burning Sand #C87F69
RGB
CMYK
RGB Variations
Color information
#C87F69 (or 0xC87F69) is known color: Burning Sand. HEX triplet: C8, 7F and 69. RGB value is (200,127,105). Sum of RGB (Red+Green+Blue) = 200+127+105=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F69 is #378096. Grayscale: #929292. Windows color (decimal): -3637399 or 6913992. OLE color: 6913992.
HSL color Cylindrical-coordinate representation of color #C87F69: hue angle of 13.89º 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 #C87F69 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 105 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.22 |
| HSL | 13.89º | 0.46% | 0.6% | - |
| HSV(B) | 13.89º | 0.48% | 0.78% | - |
| XYZ | 33.96 | 28.48 | 17.07 | - |
| YUV | 146.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 105 | 0 | 0.36 | 0.48 | 0.22 | 13.89 | 0.46 | 0.6 |
| Hex | C8 | 7F | 69 | 0 | 24 | 30 | 16 | E | 2E | 3C |
| Octal | 310 | 177 | 151 | 0 | 44 | 60 | 26 | 16 | 56 | 74 |
| Binary | 11001000 | 1111111 | 1101001 | 0 | 100100 | 110000 | 10110 | 1110 | 101110 | 111100 |
Color Harmonies of #C87F69
Complementary color
Monochromatic Colors of #C87F69
Black with #C87F69
Text Example
Text Example
White with #C87F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F69; }
p { color: rgb(200,127,105); }
H1.HeaderClassName
{
color: #C87F69;
}
.AnyTagClassName
{
color: #C87F69;
}
</style>
background-color css
<style>
a { background-color: #C87F69; }
a { background-color: rgb(200,127,105); }
div.DivClassName
{
background-color: #C87F69;
}
.BgClassName
{
background-color: #C87F69;
}
</style>
border-color css
<style>
span { border-color: #C87F69; }
span { border-color: rgb(200,127,105); }
td.TdClassName
{
border-color: #C87F69;
}
.TagClassName
{
border-color: #C87F69;
}
</style>