Shades of Burning Sand #C37B65
Tints of Burning Sand #C37B65
RGB
CMYK
RGB Variations
Color information
#C37B65 (or 0xC37B65) is known color: Burning Sand. HEX triplet: C3, 7B and 65. RGB value is (195,123,101). Sum of RGB (Red+Green+Blue) = 195+123+101=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B65 is #3C849A. Grayscale: #8E8E8E. Windows color (decimal): -3966107 or 6650819. OLE color: 6650819.
HSL color Cylindrical-coordinate representation of color #C37B65: hue angle of 14.04º 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 #C37B65 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 101 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.24 |
| HSL | 14.04º | 0.44% | 0.58% | - |
| HSV(B) | 14.04º | 0.48% | 0.76% | - |
| XYZ | 31.94 | 26.71 | 15.78 | - |
| YUV | 142.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 101 | 0 | 0.37 | 0.48 | 0.24 | 14.04 | 0.44 | 0.58 |
| Hex | C3 | 7B | 65 | 0 | 25 | 30 | 18 | E | 2C | 3A |
| Octal | 303 | 173 | 145 | 0 | 45 | 60 | 30 | 16 | 54 | 72 |
| Binary | 11000011 | 1111011 | 1100101 | 0 | 100101 | 110000 | 11000 | 1110 | 101100 | 111010 |
Color Harmonies of #C37B65
Complementary color
Monochromatic Colors of #C37B65
Black with #C37B65
Text Example
Text Example
White with #C37B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B65; }
p { color: rgb(195,123,101); }
H1.HeaderClassName
{
color: #C37B65;
}
.AnyTagClassName
{
color: #C37B65;
}
</style>
background-color css
<style>
a { background-color: #C37B65; }
a { background-color: rgb(195,123,101); }
div.DivClassName
{
background-color: #C37B65;
}
.BgClassName
{
background-color: #C37B65;
}
</style>
border-color css
<style>
span { border-color: #C37B65; }
span { border-color: rgb(195,123,101); }
td.TdClassName
{
border-color: #C37B65;
}
.TagClassName
{
border-color: #C37B65;
}
</style>