Shades of Burning Sand #C27F63
Tints of Burning Sand #C27F63
RGB
CMYK
RGB Variations
Color information
#C27F63 (or 0xC27F63) is known color: Burning Sand. HEX triplet: C2, 7F and 63. RGB value is (194,127,99). Sum of RGB (Red+Green+Blue) = 194+127+99=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F63 is #3D809C. Grayscale: #909090. Windows color (decimal): -4030621 or 6520770. OLE color: 6520770.
HSL color Cylindrical-coordinate representation of color #C27F63: hue angle of 17.68º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27F63 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 99 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.24 |
| HSL | 17.68º | 0.44% | 0.57% | - |
| HSV(B) | 17.68º | 0.49% | 0.76% | - |
| XYZ | 32.09 | 27.55 | 15.43 | - |
| YUV | 143.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 99 | 0 | 0.35 | 0.49 | 0.24 | 17.68 | 0.44 | 0.57 |
| Hex | C2 | 7F | 63 | 0 | 23 | 31 | 18 | 12 | 2C | 39 |
| Octal | 302 | 177 | 143 | 0 | 43 | 61 | 30 | 22 | 54 | 71 |
| Binary | 11000010 | 1111111 | 1100011 | 0 | 100011 | 110001 | 11000 | 10010 | 101100 | 111001 |
Color Harmonies of #C27F63
Complementary color
Monochromatic Colors of #C27F63
Black with #C27F63
Text Example
Text Example
White with #C27F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F63; }
p { color: rgb(194,127,99); }
H1.HeaderClassName
{
color: #C27F63;
}
.AnyTagClassName
{
color: #C27F63;
}
</style>
background-color css
<style>
a { background-color: #C27F63; }
a { background-color: rgb(194,127,99); }
div.DivClassName
{
background-color: #C27F63;
}
.BgClassName
{
background-color: #C27F63;
}
</style>
border-color css
<style>
span { border-color: #C27F63; }
span { border-color: rgb(194,127,99); }
td.TdClassName
{
border-color: #C27F63;
}
.TagClassName
{
border-color: #C27F63;
}
</style>