Shades of Burning Sand #C98A69
Tints of Burning Sand #C98A69
RGB
CMYK
RGB Variations
Color information
#C98A69 (or 0xC98A69) is known color: Burning Sand. HEX triplet: C9, 8A and 69. RGB value is (201,138,105). Sum of RGB (Red+Green+Blue) = 201+138+105=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A69 is #367596. Grayscale: #999999. Windows color (decimal): -3569047 or 6916809. OLE color: 6916809.
HSL color Cylindrical-coordinate representation of color #C98A69: hue angle of 20.62º 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 #C98A69 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 138 | 105 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.21 |
| HSL | 20.63º | 0.47% | 0.6% | - |
| HSV(B) | 20.63º | 0.48% | 0.79% | - |
| XYZ | 35.73 | 31.61 | 17.58 | - |
| YUV | 153.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 138 | 105 | 0 | 0.31 | 0.48 | 0.21 | 20.63 | 0.47 | 0.6 |
| Hex | C9 | 8A | 69 | 0 | 1F | 30 | 15 | 15 | 2F | 3C |
| Octal | 311 | 212 | 151 | 0 | 37 | 60 | 25 | 25 | 57 | 74 |
| Binary | 11001001 | 10001010 | 1101001 | 0 | 11111 | 110000 | 10101 | 10101 | 101111 | 111100 |
Color Harmonies of #C98A69
Complementary color
Monochromatic Colors of #C98A69
Black with #C98A69
Text Example
Text Example
White with #C98A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98A69; }
p { color: rgb(201,138,105); }
H1.HeaderClassName
{
color: #C98A69;
}
.AnyTagClassName
{
color: #C98A69;
}
</style>
background-color css
<style>
a { background-color: #C98A69; }
a { background-color: rgb(201,138,105); }
div.DivClassName
{
background-color: #C98A69;
}
.BgClassName
{
background-color: #C98A69;
}
</style>
border-color css
<style>
span { border-color: #C98A69; }
span { border-color: rgb(201,138,105); }
td.TdClassName
{
border-color: #C98A69;
}
.TagClassName
{
border-color: #C98A69;
}
</style>