Shades of Burning Sand #C98766
Tints of Burning Sand #C98766
RGB
CMYK
RGB Variations
Color information
#C98766 (or 0xC98766) is known color: Burning Sand. HEX triplet: C9, 87 and 66. RGB value is (201,135,102). Sum of RGB (Red+Green+Blue) = 201+135+102=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C98766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98766 is #367899. Grayscale: #979797. Windows color (decimal): -3569818 or 6719433. OLE color: 6719433.
HSL color Cylindrical-coordinate representation of color #C98766: hue angle of 20º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C98766 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 102 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.21 |
| HSL | 20º | 0.48% | 0.59% | - |
| HSV(B) | 20º | 0.49% | 0.79% | - |
| XYZ | 35.15 | 30.7 | 16.64 | - |
| YUV | 150.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 102 | 0 | 0.33 | 0.49 | 0.21 | 20 | 0.48 | 0.59 |
| Hex | C9 | 87 | 66 | 0 | 21 | 31 | 15 | 14 | 30 | 3B |
| Octal | 311 | 207 | 146 | 0 | 41 | 61 | 25 | 24 | 60 | 73 |
| Binary | 11001001 | 10000111 | 1100110 | 0 | 100001 | 110001 | 10101 | 10100 | 110000 | 111011 |
Color Harmonies of #C98766
Complementary color
Monochromatic Colors of #C98766
Black with #C98766
Text Example
Text Example
White with #C98766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98766; }
p { color: rgb(201,135,102); }
H1.HeaderClassName
{
color: #C98766;
}
.AnyTagClassName
{
color: #C98766;
}
</style>
background-color css
<style>
a { background-color: #C98766; }
a { background-color: rgb(201,135,102); }
div.DivClassName
{
background-color: #C98766;
}
.BgClassName
{
background-color: #C98766;
}
</style>
border-color css
<style>
span { border-color: #C98766; }
span { border-color: rgb(201,135,102); }
td.TdClassName
{
border-color: #C98766;
}
.TagClassName
{
border-color: #C98766;
}
</style>