Shades of Burning Sand #C37E5C
Tints of Burning Sand #C37E5C
RGB
CMYK
RGB Variations
Color information
#C37E5C (or 0xC37E5C) is known color: Burning Sand. HEX triplet: C3, 7E and 5C. RGB value is (195,126,92). Sum of RGB (Red+Green+Blue) = 195+126+92=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E5C is #3C81A3. Grayscale: #8E8E8E. Windows color (decimal): -3965348 or 6061763. OLE color: 6061763.
HSL color Cylindrical-coordinate representation of color #C37E5C: hue angle of 19.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C37E5C is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 92 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.24 |
| HSL | 19.81º | 0.46% | 0.56% | - |
| HSV(B) | 19.81º | 0.53% | 0.76% | - |
| XYZ | 31.9 | 27.3 | 13.71 | - |
| YUV | 142.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 92 | 0 | 0.35 | 0.53 | 0.24 | 19.81 | 0.46 | 0.56 |
| Hex | C3 | 7E | 5C | 0 | 23 | 35 | 18 | 14 | 2E | 38 |
| Octal | 303 | 176 | 134 | 0 | 43 | 65 | 30 | 24 | 56 | 70 |
| Binary | 11000011 | 1111110 | 1011100 | 0 | 100011 | 110101 | 11000 | 10100 | 101110 | 111000 |
Color Harmonies of #C37E5C
Complementary color
Monochromatic Colors of #C37E5C
Black with #C37E5C
Text Example
Text Example
White with #C37E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E5C; }
p { color: rgb(195,126,92); }
H1.HeaderClassName
{
color: #C37E5C;
}
.AnyTagClassName
{
color: #C37E5C;
}
</style>
background-color css
<style>
a { background-color: #C37E5C; }
a { background-color: rgb(195,126,92); }
div.DivClassName
{
background-color: #C37E5C;
}
.BgClassName
{
background-color: #C37E5C;
}
</style>
border-color css
<style>
span { border-color: #C37E5C; }
span { border-color: rgb(195,126,92); }
td.TdClassName
{
border-color: #C37E5C;
}
.TagClassName
{
border-color: #C37E5C;
}
</style>