Shades of Burning Sand #C98162
Tints of Burning Sand #C98162
RGB
CMYK
RGB Variations
Color information
#C98162 (or 0xC98162) is known color: Burning Sand. HEX triplet: C9, 81 and 62. RGB value is (201,129,98). Sum of RGB (Red+Green+Blue) = 201+129+98=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C98162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98162 is #367E9D. Grayscale: #939393. Windows color (decimal): -3571358 or 6455753. OLE color: 6455753.
HSL color Cylindrical-coordinate representation of color #C98162: hue angle of 18.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C98162 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 129 | 98 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.21 |
| HSL | 18.06º | 0.49% | 0.59% | - |
| HSV(B) | 18.06º | 0.51% | 0.79% | - |
| XYZ | 34.14 | 29 | 15.35 | - |
| YUV | 146.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 98 | 0 | 0.36 | 0.51 | 0.21 | 18.06 | 0.49 | 0.59 |
| Hex | C9 | 81 | 62 | 0 | 24 | 33 | 15 | 12 | 31 | 3B |
| Octal | 311 | 201 | 142 | 0 | 44 | 63 | 25 | 22 | 61 | 73 |
| Binary | 11001001 | 10000001 | 1100010 | 0 | 100100 | 110011 | 10101 | 10010 | 110001 | 111011 |
Color Harmonies of #C98162
Complementary color
Monochromatic Colors of #C98162
Black with #C98162
Text Example
Text Example
White with #C98162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98162; }
p { color: rgb(201,129,98); }
H1.HeaderClassName
{
color: #C98162;
}
.AnyTagClassName
{
color: #C98162;
}
</style>
background-color css
<style>
a { background-color: #C98162; }
a { background-color: rgb(201,129,98); }
div.DivClassName
{
background-color: #C98162;
}
.BgClassName
{
background-color: #C98162;
}
</style>
border-color css
<style>
span { border-color: #C98162; }
span { border-color: rgb(201,129,98); }
td.TdClassName
{
border-color: #C98162;
}
.TagClassName
{
border-color: #C98162;
}
</style>