Shades of Burning Sand #C27F66
Tints of Burning Sand #C27F66
RGB
CMYK
RGB Variations
Color information
#C27F66 (or 0xC27F66) is known color: Burning Sand. HEX triplet: C2, 7F and 66. RGB value is (194,127,102). Sum of RGB (Red+Green+Blue) = 194+127+102=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F66 is #3D8099. Grayscale: #909090. Windows color (decimal): -4030618 or 6717378. OLE color: 6717378.
HSL color Cylindrical-coordinate representation of color #C27F66: hue angle of 16.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27F66 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 102 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.24 |
| HSL | 16.3º | 0.43% | 0.58% | - |
| HSV(B) | 16.3º | 0.47% | 0.76% | - |
| XYZ | 32.24 | 27.61 | 16.2 | - |
| YUV | 144.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 102 | 0 | 0.35 | 0.47 | 0.24 | 16.3 | 0.43 | 0.58 |
| Hex | C2 | 7F | 66 | 0 | 23 | 2F | 18 | 10 | 2B | 3A |
| Octal | 302 | 177 | 146 | 0 | 43 | 57 | 30 | 20 | 53 | 72 |
| Binary | 11000010 | 1111111 | 1100110 | 0 | 100011 | 101111 | 11000 | 10000 | 101011 | 111010 |
Color Harmonies of #C27F66
Complementary color
Monochromatic Colors of #C27F66
Black with #C27F66
Text Example
Text Example
White with #C27F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F66; }
p { color: rgb(194,127,102); }
H1.HeaderClassName
{
color: #C27F66;
}
.AnyTagClassName
{
color: #C27F66;
}
</style>
background-color css
<style>
a { background-color: #C27F66; }
a { background-color: rgb(194,127,102); }
div.DivClassName
{
background-color: #C27F66;
}
.BgClassName
{
background-color: #C27F66;
}
</style>
border-color css
<style>
span { border-color: #C27F66; }
span { border-color: rgb(194,127,102); }
td.TdClassName
{
border-color: #C27F66;
}
.TagClassName
{
border-color: #C27F66;
}
</style>