Shades of Feldspar #CB9979
Tints of Feldspar #CB9979
RGB
CMYK
RGB Variations
Color information
#CB9979 (or 0xCB9979) is known color: Feldspar. HEX triplet: CB, 99 and 79. RGB value is (203,153,121). Sum of RGB (Red+Green+Blue) = 203+153+121=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9979 is #346686. Grayscale: #A4A4A4. Windows color (decimal): -3434119 or 7969227. OLE color: 7969227.
HSL color Cylindrical-coordinate representation of color #CB9979: hue angle of 23.41º 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 #CB9979 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 121 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.20 |
| HSL | 23.41º | 0.44% | 0.64% | - |
| HSV(B) | 23.41º | 0.4% | 0.8% | - |
| XYZ | 39.47 | 36.86 | 23.12 | - |
| YUV | 164.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 121 | 0 | 0.25 | 0.40 | 0.20 | 23.41 | 0.44 | 0.64 |
| Hex | CB | 99 | 79 | 0 | 19 | 28 | 14 | 17 | 2C | 40 |
| Octal | 313 | 231 | 171 | 0 | 31 | 50 | 24 | 27 | 54 | 100 |
| Binary | 11001011 | 10011001 | 1111001 | 0 | 11001 | 101000 | 10100 | 10111 | 101100 | 1000000 |
Color Harmonies of #CB9979
Complementary color
Monochromatic Colors of #CB9979
Black with #CB9979
Text Example
Text Example
White with #CB9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9979; }
p { color: rgb(203,153,121); }
H1.HeaderClassName
{
color: #CB9979;
}
.AnyTagClassName
{
color: #CB9979;
}
</style>
background-color css
<style>
a { background-color: #CB9979; }
a { background-color: rgb(203,153,121); }
div.DivClassName
{
background-color: #CB9979;
}
.BgClassName
{
background-color: #CB9979;
}
</style>
border-color css
<style>
span { border-color: #CB9979; }
span { border-color: rgb(203,153,121); }
td.TdClassName
{
border-color: #CB9979;
}
.TagClassName
{
border-color: #CB9979;
}
</style>