Shades of Burning Sand #C37C66
Tints of Burning Sand #C37C66
RGB
CMYK
RGB Variations
Color information
#C37C66 (or 0xC37C66) is known color: Burning Sand. HEX triplet: C3, 7C and 66. RGB value is (195,124,102). Sum of RGB (Red+Green+Blue) = 195+124+102=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C66 is #3C8399. Grayscale: #8E8E8E. Windows color (decimal): -3965850 or 6716611. OLE color: 6716611.
HSL color Cylindrical-coordinate representation of color #C37C66: hue angle of 14.19º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37C66 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 102 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.24 |
| HSL | 14.19º | 0.44% | 0.58% | - |
| HSV(B) | 14.19º | 0.48% | 0.76% | - |
| XYZ | 32.11 | 26.98 | 16.08 | - |
| YUV | 142.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 102 | 0 | 0.36 | 0.48 | 0.24 | 14.19 | 0.44 | 0.58 |
| Hex | C3 | 7C | 66 | 0 | 24 | 30 | 18 | E | 2C | 3A |
| Octal | 303 | 174 | 146 | 0 | 44 | 60 | 30 | 16 | 54 | 72 |
| Binary | 11000011 | 1111100 | 1100110 | 0 | 100100 | 110000 | 11000 | 1110 | 101100 | 111010 |
Color Harmonies of #C37C66
Complementary color
Monochromatic Colors of #C37C66
Black with #C37C66
Text Example
Text Example
White with #C37C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C66; }
p { color: rgb(195,124,102); }
H1.HeaderClassName
{
color: #C37C66;
}
.AnyTagClassName
{
color: #C37C66;
}
</style>
background-color css
<style>
a { background-color: #C37C66; }
a { background-color: rgb(195,124,102); }
div.DivClassName
{
background-color: #C37C66;
}
.BgClassName
{
background-color: #C37C66;
}
</style>
border-color css
<style>
span { border-color: #C37C66; }
span { border-color: rgb(195,124,102); }
td.TdClassName
{
border-color: #C37C66;
}
.TagClassName
{
border-color: #C37C66;
}
</style>