Shades of Burning Sand #C57D67
Tints of Burning Sand #C57D67
RGB
CMYK
RGB Variations
Color information
#C57D67 (or 0xC57D67) is known color: Burning Sand. HEX triplet: C5, 7D and 67. RGB value is (197,125,103). Sum of RGB (Red+Green+Blue) = 197+125+103=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57D67 is #3A8298. Grayscale: #909090. Windows color (decimal): -3834521 or 6782405. OLE color: 6782405.
HSL color Cylindrical-coordinate representation of color #C57D67: hue angle of 14.04º 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 #C57D67 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 125 | 103 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.23 |
| HSL | 14.04º | 0.45% | 0.59% | - |
| HSV(B) | 14.04º | 0.48% | 0.77% | - |
| XYZ | 32.81 | 27.52 | 16.41 | - |
| YUV | 144.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 125 | 103 | 0 | 0.37 | 0.48 | 0.23 | 14.04 | 0.45 | 0.59 |
| Hex | C5 | 7D | 67 | 0 | 25 | 30 | 17 | E | 2D | 3B |
| Octal | 305 | 175 | 147 | 0 | 45 | 60 | 27 | 16 | 55 | 73 |
| Binary | 11000101 | 1111101 | 1100111 | 0 | 100101 | 110000 | 10111 | 1110 | 101101 | 111011 |
Color Harmonies of #C57D67
Complementary color
Monochromatic Colors of #C57D67
Black with #C57D67
Text Example
Text Example
White with #C57D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57D67; }
p { color: rgb(197,125,103); }
H1.HeaderClassName
{
color: #C57D67;
}
.AnyTagClassName
{
color: #C57D67;
}
</style>
background-color css
<style>
a { background-color: #C57D67; }
a { background-color: rgb(197,125,103); }
div.DivClassName
{
background-color: #C57D67;
}
.BgClassName
{
background-color: #C57D67;
}
</style>
border-color css
<style>
span { border-color: #C57D67; }
span { border-color: rgb(197,125,103); }
td.TdClassName
{
border-color: #C57D67;
}
.TagClassName
{
border-color: #C57D67;
}
</style>