Shades of Burning Sand #C37D5C
Tints of Burning Sand #C37D5C
RGB
CMYK
RGB Variations
Color information
#C37D5C (or 0xC37D5C) is known color: Burning Sand. HEX triplet: C3, 7D and 5C. RGB value is (195,125,92). Sum of RGB (Red+Green+Blue) = 195+125+92=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37D5C is #3C82A3. Grayscale: #8E8E8E. Windows color (decimal): -3965604 or 6061507. OLE color: 6061507.
HSL color Cylindrical-coordinate representation of color #C37D5C: hue angle of 19.22º 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 #C37D5C is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 92 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.24 |
| HSL | 19.22º | 0.46% | 0.56% | - |
| HSV(B) | 19.22º | 0.53% | 0.76% | - |
| XYZ | 31.77 | 27.04 | 13.67 | - |
| YUV | 142.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 92 | 0 | 0.36 | 0.53 | 0.24 | 19.22 | 0.46 | 0.56 |
| Hex | C3 | 7D | 5C | 0 | 24 | 35 | 18 | 13 | 2E | 38 |
| Octal | 303 | 175 | 134 | 0 | 44 | 65 | 30 | 23 | 56 | 70 |
| Binary | 11000011 | 1111101 | 1011100 | 0 | 100100 | 110101 | 11000 | 10011 | 101110 | 111000 |
Color Harmonies of #C37D5C
Complementary color
Monochromatic Colors of #C37D5C
Black with #C37D5C
Text Example
Text Example
White with #C37D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37D5C; }
p { color: rgb(195,125,92); }
H1.HeaderClassName
{
color: #C37D5C;
}
.AnyTagClassName
{
color: #C37D5C;
}
</style>
background-color css
<style>
a { background-color: #C37D5C; }
a { background-color: rgb(195,125,92); }
div.DivClassName
{
background-color: #C37D5C;
}
.BgClassName
{
background-color: #C37D5C;
}
</style>
border-color css
<style>
span { border-color: #C37D5C; }
span { border-color: rgb(195,125,92); }
td.TdClassName
{
border-color: #C37D5C;
}
.TagClassName
{
border-color: #C37D5C;
}
</style>