Shades of Burning Sand #C57F67
Tints of Burning Sand #C57F67
RGB
CMYK
RGB Variations
Color information
#C57F67 (or 0xC57F67) is known color: Burning Sand. HEX triplet: C5, 7F and 67. RGB value is (197,127,103). Sum of RGB (Red+Green+Blue) = 197+127+103=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57F67 is #3A8098. Grayscale: #919191. Windows color (decimal): -3834009 or 6782917. OLE color: 6782917.
HSL color Cylindrical-coordinate representation of color #C57F67: hue angle of 15.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57F67 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 103 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.23 |
| HSL | 15.32º | 0.45% | 0.59% | - |
| HSV(B) | 15.32º | 0.48% | 0.77% | - |
| XYZ | 33.06 | 28.03 | 16.5 | - |
| YUV | 145.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 103 | 0 | 0.36 | 0.48 | 0.23 | 15.32 | 0.45 | 0.59 |
| Hex | C5 | 7F | 67 | 0 | 24 | 30 | 17 | F | 2D | 3B |
| Octal | 305 | 177 | 147 | 0 | 44 | 60 | 27 | 17 | 55 | 73 |
| Binary | 11000101 | 1111111 | 1100111 | 0 | 100100 | 110000 | 10111 | 1111 | 101101 | 111011 |
Color Harmonies of #C57F67
Complementary color
Monochromatic Colors of #C57F67
Black with #C57F67
Text Example
Text Example
White with #C57F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F67; }
p { color: rgb(197,127,103); }
H1.HeaderClassName
{
color: #C57F67;
}
.AnyTagClassName
{
color: #C57F67;
}
</style>
background-color css
<style>
a { background-color: #C57F67; }
a { background-color: rgb(197,127,103); }
div.DivClassName
{
background-color: #C57F67;
}
.BgClassName
{
background-color: #C57F67;
}
</style>
border-color css
<style>
span { border-color: #C57F67; }
span { border-color: rgb(197,127,103); }
td.TdClassName
{
border-color: #C57F67;
}
.TagClassName
{
border-color: #C57F67;
}
</style>