Shades of Burning Sand #C37E68
Tints of Burning Sand #C37E68
RGB
CMYK
RGB Variations
Color information
#C37E68 (or 0xC37E68) is known color: Burning Sand. HEX triplet: C3, 7E and 68. RGB value is (195,126,104). Sum of RGB (Red+Green+Blue) = 195+126+104=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E68 is #3C8197. Grayscale: #909090. Windows color (decimal): -3965336 or 6848195. OLE color: 6848195.
HSL color Cylindrical-coordinate representation of color #C37E68: hue angle of 14.51º 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 #C37E68 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 104 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.24 |
| HSL | 14.51º | 0.43% | 0.59% | - |
| HSV(B) | 14.51º | 0.47% | 0.76% | - |
| XYZ | 32.47 | 27.52 | 16.7 | - |
| YUV | 144.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 104 | 0 | 0.35 | 0.47 | 0.24 | 14.51 | 0.43 | 0.59 |
| Hex | C3 | 7E | 68 | 0 | 23 | 2F | 18 | F | 2B | 3B |
| Octal | 303 | 176 | 150 | 0 | 43 | 57 | 30 | 17 | 53 | 73 |
| Binary | 11000011 | 1111110 | 1101000 | 0 | 100011 | 101111 | 11000 | 1111 | 101011 | 111011 |
Color Harmonies of #C37E68
Complementary color
Monochromatic Colors of #C37E68
Black with #C37E68
Text Example
Text Example
White with #C37E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E68; }
p { color: rgb(195,126,104); }
H1.HeaderClassName
{
color: #C37E68;
}
.AnyTagClassName
{
color: #C37E68;
}
</style>
background-color css
<style>
a { background-color: #C37E68; }
a { background-color: rgb(195,126,104); }
div.DivClassName
{
background-color: #C37E68;
}
.BgClassName
{
background-color: #C37E68;
}
</style>
border-color css
<style>
span { border-color: #C37E68; }
span { border-color: rgb(195,126,104); }
td.TdClassName
{
border-color: #C37E68;
}
.TagClassName
{
border-color: #C37E68;
}
</style>