Shades of Feldspar #CE9B7A
Tints of Feldspar #CE9B7A
RGB
CMYK
RGB Variations
Color information
#CE9B7A (or 0xCE9B7A) is known color: Feldspar. HEX triplet: CE, 9B and 7A. RGB value is (206,155,122). Sum of RGB (Red+Green+Blue) = 206+155+122=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B7A is #316485. Grayscale: #A6A6A6. Windows color (decimal): -3236998 or 8035278. OLE color: 8035278.
HSL color Cylindrical-coordinate representation of color #CE9B7A: hue angle of 23.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE9B7A is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 122 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.19 |
| HSL | 23.57º | 0.46% | 0.64% | - |
| HSV(B) | 23.57º | 0.41% | 0.81% | - |
| XYZ | 40.69 | 37.97 | 23.6 | - |
| YUV | 166.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 122 | 0 | 0.25 | 0.41 | 0.19 | 23.57 | 0.46 | 0.64 |
| Hex | CE | 9B | 7A | 0 | 19 | 29 | 13 | 18 | 2E | 40 |
| Octal | 316 | 233 | 172 | 0 | 31 | 51 | 23 | 30 | 56 | 100 |
| Binary | 11001110 | 10011011 | 1111010 | 0 | 11001 | 101001 | 10011 | 11000 | 101110 | 1000000 |
Color Harmonies of #CE9B7A
Complementary color
Monochromatic Colors of #CE9B7A
Black with #CE9B7A
Text Example
Text Example
White with #CE9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B7A; }
p { color: rgb(206,155,122); }
H1.HeaderClassName
{
color: #CE9B7A;
}
.AnyTagClassName
{
color: #CE9B7A;
}
</style>
background-color css
<style>
a { background-color: #CE9B7A; }
a { background-color: rgb(206,155,122); }
div.DivClassName
{
background-color: #CE9B7A;
}
.BgClassName
{
background-color: #CE9B7A;
}
</style>
border-color css
<style>
span { border-color: #CE9B7A; }
span { border-color: rgb(206,155,122); }
td.TdClassName
{
border-color: #CE9B7A;
}
.TagClassName
{
border-color: #CE9B7A;
}
</style>