Shades of Feldspar #CB9079
Tints of Feldspar #CB9079
RGB
CMYK
RGB Variations
Color information
#CB9079 (or 0xCB9079) is known color: Feldspar. HEX triplet: CB, 90 and 79. RGB value is (203,144,121). Sum of RGB (Red+Green+Blue) = 203+144+121=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9079 is #346F86. Grayscale: #9F9F9F. Windows color (decimal): -3436423 or 7966923. OLE color: 7966923.
HSL color Cylindrical-coordinate representation of color #CB9079: hue angle of 16.83º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB9079 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 121 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.20 |
| HSL | 16.83º | 0.44% | 0.64% | - |
| HSV(B) | 16.83º | 0.4% | 0.8% | - |
| XYZ | 38.05 | 34.02 | 22.65 | - |
| YUV | 159.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 121 | 0 | 0.29 | 0.40 | 0.20 | 16.83 | 0.44 | 0.64 |
| Hex | CB | 90 | 79 | 0 | 1D | 28 | 14 | 11 | 2C | 40 |
| Octal | 313 | 220 | 171 | 0 | 35 | 50 | 24 | 21 | 54 | 100 |
| Binary | 11001011 | 10010000 | 1111001 | 0 | 11101 | 101000 | 10100 | 10001 | 101100 | 1000000 |
Color Harmonies of #CB9079
Complementary color
Monochromatic Colors of #CB9079
Black with #CB9079
Text Example
Text Example
White with #CB9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9079; }
p { color: rgb(203,144,121); }
H1.HeaderClassName
{
color: #CB9079;
}
.AnyTagClassName
{
color: #CB9079;
}
</style>
background-color css
<style>
a { background-color: #CB9079; }
a { background-color: rgb(203,144,121); }
div.DivClassName
{
background-color: #CB9079;
}
.BgClassName
{
background-color: #CB9079;
}
</style>
border-color css
<style>
span { border-color: #CB9079; }
span { border-color: rgb(203,144,121); }
td.TdClassName
{
border-color: #CB9079;
}
.TagClassName
{
border-color: #CB9079;
}
</style>