Shades of Burning Sand #C37D68
Tints of Burning Sand #C37D68
RGB
CMYK
RGB Variations
Color information
#C37D68 (or 0xC37D68) is known color: Burning Sand. HEX triplet: C3, 7D and 68. RGB value is (195,125,104). Sum of RGB (Red+Green+Blue) = 195+125+104=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D68 is #3C8297. Grayscale: #8F8F8F. Windows color (decimal): -3965592 or 6847939. OLE color: 6847939.
HSL color Cylindrical-coordinate representation of color #C37D68: hue angle of 13.85º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37D68 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 104 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.24 |
| HSL | 13.85º | 0.43% | 0.59% | - |
| HSV(B) | 13.85º | 0.47% | 0.76% | - |
| XYZ | 32.34 | 27.27 | 16.66 | - |
| YUV | 143.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 104 | 0 | 0.36 | 0.47 | 0.24 | 13.85 | 0.43 | 0.59 |
| Hex | C3 | 7D | 68 | 0 | 24 | 2F | 18 | E | 2B | 3B |
| Octal | 303 | 175 | 150 | 0 | 44 | 57 | 30 | 16 | 53 | 73 |
| Binary | 11000011 | 1111101 | 1101000 | 0 | 100100 | 101111 | 11000 | 1110 | 101011 | 111011 |
Color Harmonies of #C37D68
Complementary color
Monochromatic Colors of #C37D68
Black with #C37D68
Text Example
Text Example
White with #C37D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D68; }
p { color: rgb(195,125,104); }
H1.HeaderClassName
{
color: #C37D68;
}
.AnyTagClassName
{
color: #C37D68;
}
</style>
background-color css
<style>
a { background-color: #C37D68; }
a { background-color: rgb(195,125,104); }
div.DivClassName
{
background-color: #C37D68;
}
.BgClassName
{
background-color: #C37D68;
}
</style>
border-color css
<style>
span { border-color: #C37D68; }
span { border-color: rgb(195,125,104); }
td.TdClassName
{
border-color: #C37D68;
}
.TagClassName
{
border-color: #C37D68;
}
</style>