Shades of Burning Sand #C58569
Tints of Burning Sand #C58569
RGB
CMYK
RGB Variations
Color information
#C58569 (or 0xC58569) is known color: Burning Sand. HEX triplet: C5, 85 and 69. RGB value is (197,133,105). Sum of RGB (Red+Green+Blue) = 197+133+105=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C58569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58569 is #3A7A96. Grayscale: #959595. Windows color (decimal): -3832471 or 6915525. OLE color: 6915525.
HSL color Cylindrical-coordinate representation of color #C58569: hue angle of 18.26º 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 #C58569 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 105 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.23 |
| HSL | 18.26º | 0.44% | 0.59% | - |
| HSV(B) | 18.26º | 0.47% | 0.77% | - |
| XYZ | 33.96 | 29.67 | 17.3 | - |
| YUV | 148.94 | 103.2 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 105 | 0 | 0.32 | 0.47 | 0.23 | 18.26 | 0.44 | 0.59 |
| Hex | C5 | 85 | 69 | 0 | 20 | 2F | 17 | 12 | 2C | 3B |
| Octal | 305 | 205 | 151 | 0 | 40 | 57 | 27 | 22 | 54 | 73 |
| Binary | 11000101 | 10000101 | 1101001 | 0 | 100000 | 101111 | 10111 | 10010 | 101100 | 111011 |
Color Harmonies of #C58569
Complementary color
Monochromatic Colors of #C58569
Black with #C58569
Text Example
Text Example
White with #C58569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58569; }
p { color: rgb(197,133,105); }
H1.HeaderClassName
{
color: #C58569;
}
.AnyTagClassName
{
color: #C58569;
}
</style>
background-color css
<style>
a { background-color: #C58569; }
a { background-color: rgb(197,133,105); }
div.DivClassName
{
background-color: #C58569;
}
.BgClassName
{
background-color: #C58569;
}
</style>
border-color css
<style>
span { border-color: #C58569; }
span { border-color: rgb(197,133,105); }
td.TdClassName
{
border-color: #C58569;
}
.TagClassName
{
border-color: #C58569;
}
</style>