Shades of Burning Sand #C27F68
Tints of Burning Sand #C27F68
RGB
CMYK
RGB Variations
Color information
#C27F68 (or 0xC27F68) is known color: Burning Sand. HEX triplet: C2, 7F and 68. RGB value is (194,127,104). Sum of RGB (Red+Green+Blue) = 194+127+104=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F68 is #3D8097. Grayscale: #909090. Windows color (decimal): -4030616 or 6848450. OLE color: 6848450.
HSL color Cylindrical-coordinate representation of color #C27F68: hue angle of 15.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27F68 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 104 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.24 |
| HSL | 15.33º | 0.42% | 0.58% | - |
| HSV(B) | 15.33º | 0.46% | 0.76% | - |
| XYZ | 32.34 | 27.65 | 16.73 | - |
| YUV | 144.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 104 | 0 | 0.35 | 0.46 | 0.24 | 15.33 | 0.42 | 0.58 |
| Hex | C2 | 7F | 68 | 0 | 23 | 2E | 18 | F | 2A | 3A |
| Octal | 302 | 177 | 150 | 0 | 43 | 56 | 30 | 17 | 52 | 72 |
| Binary | 11000010 | 1111111 | 1101000 | 0 | 100011 | 101110 | 11000 | 1111 | 101010 | 111010 |
Color Harmonies of #C27F68
Complementary color
Monochromatic Colors of #C27F68
Black with #C27F68
Text Example
Text Example
White with #C27F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F68; }
p { color: rgb(194,127,104); }
H1.HeaderClassName
{
color: #C27F68;
}
.AnyTagClassName
{
color: #C27F68;
}
</style>
background-color css
<style>
a { background-color: #C27F68; }
a { background-color: rgb(194,127,104); }
div.DivClassName
{
background-color: #C27F68;
}
.BgClassName
{
background-color: #C27F68;
}
</style>
border-color css
<style>
span { border-color: #C27F68; }
span { border-color: rgb(194,127,104); }
td.TdClassName
{
border-color: #C27F68;
}
.TagClassName
{
border-color: #C27F68;
}
</style>