Shades of Feldspar #CE9A71
Tints of Feldspar #CE9A71
RGB
CMYK
RGB Variations
Color information
#CE9A71 (or 0xCE9A71) is known color: Feldspar. HEX triplet: CE, 9A and 71. RGB value is (206,154,113). Sum of RGB (Red+Green+Blue) = 206+154+113=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9A71 is #31658E. Grayscale: #A5A5A5. Windows color (decimal): -3237263 or 7445198. OLE color: 7445198.
HSL color Cylindrical-coordinate representation of color #CE9A71: hue angle of 26.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE9A71 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 113 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.19 |
| HSL | 26.45º | 0.49% | 0.63% | - |
| HSV(B) | 26.45º | 0.45% | 0.81% | - |
| XYZ | 39.99 | 37.43 | 20.74 | - |
| YUV | 164.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 113 | 0 | 0.25 | 0.45 | 0.19 | 26.45 | 0.49 | 0.63 |
| Hex | CE | 9A | 71 | 0 | 19 | 2D | 13 | 1A | 31 | 3F |
| Octal | 316 | 232 | 161 | 0 | 31 | 55 | 23 | 32 | 61 | 77 |
| Binary | 11001110 | 10011010 | 1110001 | 0 | 11001 | 101101 | 10011 | 11010 | 110001 | 111111 |
Color Harmonies of #CE9A71
Complementary color
Monochromatic Colors of #CE9A71
Black with #CE9A71
Text Example
Text Example
White with #CE9A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A71; }
p { color: rgb(206,154,113); }
H1.HeaderClassName
{
color: #CE9A71;
}
.AnyTagClassName
{
color: #CE9A71;
}
</style>
background-color css
<style>
a { background-color: #CE9A71; }
a { background-color: rgb(206,154,113); }
div.DivClassName
{
background-color: #CE9A71;
}
.BgClassName
{
background-color: #CE9A71;
}
</style>
border-color css
<style>
span { border-color: #CE9A71; }
span { border-color: rgb(206,154,113); }
td.TdClassName
{
border-color: #CE9A71;
}
.TagClassName
{
border-color: #CE9A71;
}
</style>