Shades of Burning Sand #C27A64
Tints of Burning Sand #C27A64
RGB
CMYK
RGB Variations
Color information
#C27A64 (or 0xC27A64) is known color: Burning Sand. HEX triplet: C2, 7A and 64. RGB value is (194,122,100). Sum of RGB (Red+Green+Blue) = 194+122+100=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A64 is #3D859B. Grayscale: #8D8D8D. Windows color (decimal): -4031900 or 6585026. OLE color: 6585026.
HSL color Cylindrical-coordinate representation of color #C27A64: hue angle of 14.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27A64 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 100 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.24 |
| HSL | 14.04º | 0.44% | 0.58% | - |
| HSV(B) | 14.04º | 0.48% | 0.76% | - |
| XYZ | 31.51 | 26.31 | 15.47 | - |
| YUV | 141.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 100 | 0 | 0.37 | 0.48 | 0.24 | 14.04 | 0.44 | 0.58 |
| Hex | C2 | 7A | 64 | 0 | 25 | 30 | 18 | E | 2C | 3A |
| Octal | 302 | 172 | 144 | 0 | 45 | 60 | 30 | 16 | 54 | 72 |
| Binary | 11000010 | 1111010 | 1100100 | 0 | 100101 | 110000 | 11000 | 1110 | 101100 | 111010 |
Color Harmonies of #C27A64
Complementary color
Monochromatic Colors of #C27A64
Black with #C27A64
Text Example
Text Example
White with #C27A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A64; }
p { color: rgb(194,122,100); }
H1.HeaderClassName
{
color: #C27A64;
}
.AnyTagClassName
{
color: #C27A64;
}
</style>
background-color css
<style>
a { background-color: #C27A64; }
a { background-color: rgb(194,122,100); }
div.DivClassName
{
background-color: #C27A64;
}
.BgClassName
{
background-color: #C27A64;
}
</style>
border-color css
<style>
span { border-color: #C27A64; }
span { border-color: rgb(194,122,100); }
td.TdClassName
{
border-color: #C27A64;
}
.TagClassName
{
border-color: #C27A64;
}
</style>