Shades of Burning Sand #C57B67
Tints of Burning Sand #C57B67
RGB
CMYK
RGB Variations
Color information
#C57B67 (or 0xC57B67) is known color: Burning Sand. HEX triplet: C5, 7B and 67. RGB value is (197,123,103). Sum of RGB (Red+Green+Blue) = 197+123+103=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B67 is #3A8498. Grayscale: #8F8F8F. Windows color (decimal): -3835033 or 6781893. OLE color: 6781893.
HSL color Cylindrical-coordinate representation of color #C57B67: hue angle of 12.77º 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 #C57B67 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 103 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.23 |
| HSL | 12.77º | 0.45% | 0.59% | - |
| HSV(B) | 12.77º | 0.48% | 0.77% | - |
| XYZ | 32.56 | 27.02 | 16.33 | - |
| YUV | 142.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 103 | 0 | 0.38 | 0.48 | 0.23 | 12.77 | 0.45 | 0.59 |
| Hex | C5 | 7B | 67 | 0 | 26 | 30 | 17 | D | 2D | 3B |
| Octal | 305 | 173 | 147 | 0 | 46 | 60 | 27 | 15 | 55 | 73 |
| Binary | 11000101 | 1111011 | 1100111 | 0 | 100110 | 110000 | 10111 | 1101 | 101101 | 111011 |
Color Harmonies of #C57B67
Complementary color
Monochromatic Colors of #C57B67
Black with #C57B67
Text Example
Text Example
White with #C57B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B67; }
p { color: rgb(197,123,103); }
H1.HeaderClassName
{
color: #C57B67;
}
.AnyTagClassName
{
color: #C57B67;
}
</style>
background-color css
<style>
a { background-color: #C57B67; }
a { background-color: rgb(197,123,103); }
div.DivClassName
{
background-color: #C57B67;
}
.BgClassName
{
background-color: #C57B67;
}
</style>
border-color css
<style>
span { border-color: #C57B67; }
span { border-color: rgb(197,123,103); }
td.TdClassName
{
border-color: #C57B67;
}
.TagClassName
{
border-color: #C57B67;
}
</style>