Shades of Burning Sand #C27F5E
Tints of Burning Sand #C27F5E
RGB
CMYK
RGB Variations
Color information
#C27F5E (or 0xC27F5E) is known color: Burning Sand. HEX triplet: C2, 7F and 5E. RGB value is (194,127,94). Sum of RGB (Red+Green+Blue) = 194+127+94=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F5E is #3D80A1. Grayscale: #8F8F8F. Windows color (decimal): -4030626 or 6193090. OLE color: 6193090.
HSL color Cylindrical-coordinate representation of color #C27F5E: hue angle of 19.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C27F5E is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 94 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.24 |
| HSL | 19.8º | 0.45% | 0.56% | - |
| HSV(B) | 19.8º | 0.52% | 0.76% | - |
| XYZ | 31.86 | 27.46 | 14.21 | - |
| YUV | 143.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 94 | 0 | 0.35 | 0.52 | 0.24 | 19.8 | 0.45 | 0.56 |
| Hex | C2 | 7F | 5E | 0 | 23 | 34 | 18 | 14 | 2D | 38 |
| Octal | 302 | 177 | 136 | 0 | 43 | 64 | 30 | 24 | 55 | 70 |
| Binary | 11000010 | 1111111 | 1011110 | 0 | 100011 | 110100 | 11000 | 10100 | 101101 | 111000 |
Color Harmonies of #C27F5E
Complementary color
Monochromatic Colors of #C27F5E
Black with #C27F5E
Text Example
Text Example
White with #C27F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F5E; }
p { color: rgb(194,127,94); }
H1.HeaderClassName
{
color: #C27F5E;
}
.AnyTagClassName
{
color: #C27F5E;
}
</style>
background-color css
<style>
a { background-color: #C27F5E; }
a { background-color: rgb(194,127,94); }
div.DivClassName
{
background-color: #C27F5E;
}
.BgClassName
{
background-color: #C27F5E;
}
</style>
border-color css
<style>
span { border-color: #C27F5E; }
span { border-color: rgb(194,127,94); }
td.TdClassName
{
border-color: #C27F5E;
}
.TagClassName
{
border-color: #C27F5E;
}
</style>