Shades of Burning Sand #C98271
Tints of Burning Sand #C98271
RGB
CMYK
RGB Variations
Color information
#C98271 (or 0xC98271) is known color: Burning Sand. HEX triplet: C9, 82 and 71. RGB value is (201,130,113). Sum of RGB (Red+Green+Blue) = 201+130+113=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C98271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98271 is #367D8E. Grayscale: #959595. Windows color (decimal): -3571087 or 7439049. OLE color: 7439049.
HSL color Cylindrical-coordinate representation of color #C98271: hue angle of 11.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C98271 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 113 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.21 |
| HSL | 11.59º | 0.45% | 0.62% | - |
| HSV(B) | 11.59º | 0.44% | 0.79% | - |
| XYZ | 35.05 | 29.58 | 19.48 | - |
| YUV | 149.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 113 | 0 | 0.35 | 0.44 | 0.21 | 11.59 | 0.45 | 0.62 |
| Hex | C9 | 82 | 71 | 0 | 23 | 2C | 15 | C | 2D | 3E |
| Octal | 311 | 202 | 161 | 0 | 43 | 54 | 25 | 14 | 55 | 76 |
| Binary | 11001001 | 10000010 | 1110001 | 0 | 100011 | 101100 | 10101 | 1100 | 101101 | 111110 |
Color Harmonies of #C98271
Complementary color
Monochromatic Colors of #C98271
Black with #C98271
Text Example
Text Example
White with #C98271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98271; }
p { color: rgb(201,130,113); }
H1.HeaderClassName
{
color: #C98271;
}
.AnyTagClassName
{
color: #C98271;
}
</style>
background-color css
<style>
a { background-color: #C98271; }
a { background-color: rgb(201,130,113); }
div.DivClassName
{
background-color: #C98271;
}
.BgClassName
{
background-color: #C98271;
}
</style>
border-color css
<style>
span { border-color: #C98271; }
span { border-color: rgb(201,130,113); }
td.TdClassName
{
border-color: #C98271;
}
.TagClassName
{
border-color: #C98271;
}
</style>