Shades of Burning Sand #C37F5A
Tints of Burning Sand #C37F5A
RGB
CMYK
RGB Variations
Color information
#C37F5A (or 0xC37F5A) is known color: Burning Sand. HEX triplet: C3, 7F and 5A. RGB value is (195,127,90). Sum of RGB (Red+Green+Blue) = 195+127+90=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F5A is #3C80A5. Grayscale: #8F8F8F. Windows color (decimal): -3965094 or 5930947. OLE color: 5930947.
HSL color Cylindrical-coordinate representation of color #C37F5A: hue angle of 21.14º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C37F5A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 90 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.24 |
| HSL | 21.14º | 0.47% | 0.56% | - |
| HSV(B) | 21.14º | 0.54% | 0.76% | - |
| XYZ | 31.94 | 27.52 | 13.3 | - |
| YUV | 143.11 | 98.03 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 90 | 0 | 0.35 | 0.54 | 0.24 | 21.14 | 0.47 | 0.56 |
| Hex | C3 | 7F | 5A | 0 | 23 | 36 | 18 | 15 | 2F | 38 |
| Octal | 303 | 177 | 132 | 0 | 43 | 66 | 30 | 25 | 57 | 70 |
| Binary | 11000011 | 1111111 | 1011010 | 0 | 100011 | 110110 | 11000 | 10101 | 101111 | 111000 |
Color Harmonies of #C37F5A
Complementary color
Monochromatic Colors of #C37F5A
Black with #C37F5A
Text Example
Text Example
White with #C37F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F5A; }
p { color: rgb(195,127,90); }
H1.HeaderClassName
{
color: #C37F5A;
}
.AnyTagClassName
{
color: #C37F5A;
}
</style>
background-color css
<style>
a { background-color: #C37F5A; }
a { background-color: rgb(195,127,90); }
div.DivClassName
{
background-color: #C37F5A;
}
.BgClassName
{
background-color: #C37F5A;
}
</style>
border-color css
<style>
span { border-color: #C37F5A; }
span { border-color: rgb(195,127,90); }
td.TdClassName
{
border-color: #C37F5A;
}
.TagClassName
{
border-color: #C37F5A;
}
</style>