Shades of Burning Sand #C98669
Tints of Burning Sand #C98669
RGB
CMYK
RGB Variations
Color information
#C98669 (or 0xC98669) is known color: Burning Sand. HEX triplet: C9, 86 and 69. RGB value is (201,134,105). Sum of RGB (Red+Green+Blue) = 201+134+105=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C98669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98669 is #367996. Grayscale: #969696. Windows color (decimal): -3570071 or 6915785. OLE color: 6915785.
HSL color Cylindrical-coordinate representation of color #C98669: hue angle of 18.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C98669 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 134 | 105 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.21 |
| HSL | 18.13º | 0.47% | 0.6% | - |
| HSV(B) | 18.13º | 0.48% | 0.79% | - |
| XYZ | 35.16 | 30.49 | 17.4 | - |
| YUV | 150.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 134 | 105 | 0 | 0.33 | 0.48 | 0.21 | 18.13 | 0.47 | 0.6 |
| Hex | C9 | 86 | 69 | 0 | 21 | 30 | 15 | 12 | 2F | 3C |
| Octal | 311 | 206 | 151 | 0 | 41 | 60 | 25 | 22 | 57 | 74 |
| Binary | 11001001 | 10000110 | 1101001 | 0 | 100001 | 110000 | 10101 | 10010 | 101111 | 111100 |
Color Harmonies of #C98669
Complementary color
Monochromatic Colors of #C98669
Black with #C98669
Text Example
Text Example
White with #C98669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98669; }
p { color: rgb(201,134,105); }
H1.HeaderClassName
{
color: #C98669;
}
.AnyTagClassName
{
color: #C98669;
}
</style>
background-color css
<style>
a { background-color: #C98669; }
a { background-color: rgb(201,134,105); }
div.DivClassName
{
background-color: #C98669;
}
.BgClassName
{
background-color: #C98669;
}
</style>
border-color css
<style>
span { border-color: #C98669; }
span { border-color: rgb(201,134,105); }
td.TdClassName
{
border-color: #C98669;
}
.TagClassName
{
border-color: #C98669;
}
</style>