Shades of Feldspar #CE9970
Tints of Feldspar #CE9970
RGB
CMYK
RGB Variations
Color information
#CE9970 (or 0xCE9970) is known color: Feldspar. HEX triplet: CE, 99 and 70. RGB value is (206,153,112). Sum of RGB (Red+Green+Blue) = 206+153+112=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9970 is #31668F. Grayscale: #A4A4A4. Windows color (decimal): -3237520 or 7379406. OLE color: 7379406.
HSL color Cylindrical-coordinate representation of color #CE9970: hue angle of 26.17º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE9970 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 153 | 112 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.19 |
| HSL | 26.17º | 0.49% | 0.62% | - |
| HSV(B) | 26.17º | 0.46% | 0.81% | - |
| XYZ | 39.77 | 37.07 | 20.39 | - |
| YUV | 164.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 112 | 0 | 0.26 | 0.46 | 0.19 | 26.17 | 0.49 | 0.62 |
| Hex | CE | 99 | 70 | 0 | 1A | 2E | 13 | 1A | 31 | 3E |
| Octal | 316 | 231 | 160 | 0 | 32 | 56 | 23 | 32 | 61 | 76 |
| Binary | 11001110 | 10011001 | 1110000 | 0 | 11010 | 101110 | 10011 | 11010 | 110001 | 111110 |
Color Harmonies of #CE9970
Complementary color
Monochromatic Colors of #CE9970
Black with #CE9970
Text Example
Text Example
White with #CE9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9970; }
p { color: rgb(206,153,112); }
H1.HeaderClassName
{
color: #CE9970;
}
.AnyTagClassName
{
color: #CE9970;
}
</style>
background-color css
<style>
a { background-color: #CE9970; }
a { background-color: rgb(206,153,112); }
div.DivClassName
{
background-color: #CE9970;
}
.BgClassName
{
background-color: #CE9970;
}
</style>
border-color css
<style>
span { border-color: #CE9970; }
span { border-color: rgb(206,153,112); }
td.TdClassName
{
border-color: #CE9970;
}
.TagClassName
{
border-color: #CE9970;
}
</style>