Shades of Feldspar #CE9977
Tints of Feldspar #CE9977
RGB
CMYK
RGB Variations
Color information
#CE9977 (or 0xCE9977) is known color: Feldspar. HEX triplet: CE, 99 and 77. RGB value is (206,153,119). Sum of RGB (Red+Green+Blue) = 206+153+119=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9977 is #316688. Grayscale: #A5A5A5. Windows color (decimal): -3237513 or 7838158. OLE color: 7838158.
HSL color Cylindrical-coordinate representation of color #CE9977: hue angle of 23.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE9977 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 119 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.19 |
| HSL | 23.45º | 0.47% | 0.64% | - |
| HSV(B) | 23.45º | 0.42% | 0.81% | - |
| XYZ | 40.17 | 37.24 | 22.52 | - |
| YUV | 164.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 119 | 0 | 0.26 | 0.42 | 0.19 | 23.45 | 0.47 | 0.64 |
| Hex | CE | 99 | 77 | 0 | 1A | 2A | 13 | 17 | 2F | 40 |
| Octal | 316 | 231 | 167 | 0 | 32 | 52 | 23 | 27 | 57 | 100 |
| Binary | 11001110 | 10011001 | 1110111 | 0 | 11010 | 101010 | 10011 | 10111 | 101111 | 1000000 |
Color Harmonies of #CE9977
Complementary color
Monochromatic Colors of #CE9977
Black with #CE9977
Text Example
Text Example
White with #CE9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9977; }
p { color: rgb(206,153,119); }
H1.HeaderClassName
{
color: #CE9977;
}
.AnyTagClassName
{
color: #CE9977;
}
</style>
background-color css
<style>
a { background-color: #CE9977; }
a { background-color: rgb(206,153,119); }
div.DivClassName
{
background-color: #CE9977;
}
.BgClassName
{
background-color: #CE9977;
}
</style>
border-color css
<style>
span { border-color: #CE9977; }
span { border-color: rgb(206,153,119); }
td.TdClassName
{
border-color: #CE9977;
}
.TagClassName
{
border-color: #CE9977;
}
</style>