Shades of Burning Sand #C57B63
Tints of Burning Sand #C57B63
RGB
CMYK
RGB Variations
Color information
#C57B63 (or 0xC57B63) is known color: Burning Sand. HEX triplet: C5, 7B and 63. RGB value is (197,123,99). Sum of RGB (Red+Green+Blue) = 197+123+99=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B63 is #3A849C. Grayscale: #8E8E8E. Windows color (decimal): -3835037 or 6519749. OLE color: 6519749.
HSL color Cylindrical-coordinate representation of color #C57B63: hue angle of 14.69º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C57B63 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 99 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.23 |
| HSL | 14.69º | 0.46% | 0.58% | - |
| HSV(B) | 14.69º | 0.5% | 0.77% | - |
| XYZ | 32.36 | 26.94 | 15.3 | - |
| YUV | 142.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 99 | 0 | 0.38 | 0.50 | 0.23 | 14.69 | 0.46 | 0.58 |
| Hex | C5 | 7B | 63 | 0 | 26 | 32 | 17 | F | 2E | 3A |
| Octal | 305 | 173 | 143 | 0 | 46 | 62 | 27 | 17 | 56 | 72 |
| Binary | 11000101 | 1111011 | 1100011 | 0 | 100110 | 110010 | 10111 | 1111 | 101110 | 111010 |
Color Harmonies of #C57B63
Complementary color
Monochromatic Colors of #C57B63
Black with #C57B63
Text Example
Text Example
White with #C57B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B63; }
p { color: rgb(197,123,99); }
H1.HeaderClassName
{
color: #C57B63;
}
.AnyTagClassName
{
color: #C57B63;
}
</style>
background-color css
<style>
a { background-color: #C57B63; }
a { background-color: rgb(197,123,99); }
div.DivClassName
{
background-color: #C57B63;
}
.BgClassName
{
background-color: #C57B63;
}
</style>
border-color css
<style>
span { border-color: #C57B63; }
span { border-color: rgb(197,123,99); }
td.TdClassName
{
border-color: #C57B63;
}
.TagClassName
{
border-color: #C57B63;
}
</style>