Shades of Feldspar #CB9871
Tints of Feldspar #CB9871
RGB
CMYK
RGB Variations
Color information
#CB9871 (or 0xCB9871) is known color: Feldspar. HEX triplet: CB, 98 and 71. RGB value is (203,152,113). Sum of RGB (Red+Green+Blue) = 203+152+113=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9871 is #34678E. Grayscale: #A3A3A3. Windows color (decimal): -3434383 or 7444683. OLE color: 7444683.
HSL color Cylindrical-coordinate representation of color #CB9871: hue angle of 26º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB9871 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 113 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.20 |
| HSL | 26º | 0.46% | 0.62% | - |
| HSV(B) | 26º | 0.44% | 0.8% | - |
| XYZ | 38.84 | 36.35 | 20.59 | - |
| YUV | 162.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 113 | 0 | 0.25 | 0.44 | 0.20 | 26 | 0.46 | 0.62 |
| Hex | CB | 98 | 71 | 0 | 19 | 2C | 14 | 1A | 2E | 3E |
| Octal | 313 | 230 | 161 | 0 | 31 | 54 | 24 | 32 | 56 | 76 |
| Binary | 11001011 | 10011000 | 1110001 | 0 | 11001 | 101100 | 10100 | 11010 | 101110 | 111110 |
Color Harmonies of #CB9871
Complementary color
Monochromatic Colors of #CB9871
Black with #CB9871
Text Example
Text Example
White with #CB9871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9871; }
p { color: rgb(203,152,113); }
H1.HeaderClassName
{
color: #CB9871;
}
.AnyTagClassName
{
color: #CB9871;
}
</style>
background-color css
<style>
a { background-color: #CB9871; }
a { background-color: rgb(203,152,113); }
div.DivClassName
{
background-color: #CB9871;
}
.BgClassName
{
background-color: #CB9871;
}
</style>
border-color css
<style>
span { border-color: #CB9871; }
span { border-color: rgb(203,152,113); }
td.TdClassName
{
border-color: #CB9871;
}
.TagClassName
{
border-color: #CB9871;
}
</style>