Shades of Burning Sand #C58869
Tints of Burning Sand #C58869
RGB
CMYK
RGB Variations
Color information
#C58869 (or 0xC58869) is known color: Burning Sand. HEX triplet: C5, 88 and 69. RGB value is (197,136,105). Sum of RGB (Red+Green+Blue) = 197+136+105=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C58869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58869 is #3A7796. Grayscale: #969696. Windows color (decimal): -3831703 or 6916293. OLE color: 6916293.
HSL color Cylindrical-coordinate representation of color #C58869: hue angle of 20.22º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58869 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 105 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.23 |
| HSL | 20.22º | 0.44% | 0.59% | - |
| HSV(B) | 20.22º | 0.47% | 0.77% | - |
| XYZ | 34.38 | 30.5 | 17.44 | - |
| YUV | 150.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 105 | 0 | 0.31 | 0.47 | 0.23 | 20.22 | 0.44 | 0.59 |
| Hex | C5 | 88 | 69 | 0 | 1F | 2F | 17 | 14 | 2C | 3B |
| Octal | 305 | 210 | 151 | 0 | 37 | 57 | 27 | 24 | 54 | 73 |
| Binary | 11000101 | 10001000 | 1101001 | 0 | 11111 | 101111 | 10111 | 10100 | 101100 | 111011 |
Color Harmonies of #C58869
Complementary color
Monochromatic Colors of #C58869
Black with #C58869
Text Example
Text Example
White with #C58869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58869; }
p { color: rgb(197,136,105); }
H1.HeaderClassName
{
color: #C58869;
}
.AnyTagClassName
{
color: #C58869;
}
</style>
background-color css
<style>
a { background-color: #C58869; }
a { background-color: rgb(197,136,105); }
div.DivClassName
{
background-color: #C58869;
}
.BgClassName
{
background-color: #C58869;
}
</style>
border-color css
<style>
span { border-color: #C58869; }
span { border-color: rgb(197,136,105); }
td.TdClassName
{
border-color: #C58869;
}
.TagClassName
{
border-color: #C58869;
}
</style>