Shades of Feldspar #CB9870
Tints of Feldspar #CB9870
RGB
CMYK
RGB Variations
Color information
#CB9870 (or 0xCB9870) is known color: Feldspar. HEX triplet: CB, 98 and 70. RGB value is (203,152,112). Sum of RGB (Red+Green+Blue) = 203+152+112=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9870 is #34678F. Grayscale: #A2A2A2. Windows color (decimal): -3434384 or 7379147. OLE color: 7379147.
HSL color Cylindrical-coordinate representation of color #CB9870: hue angle of 26.37º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB9870 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 112 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.20 |
| HSL | 26.37º | 0.47% | 0.62% | - |
| HSV(B) | 26.37º | 0.45% | 0.8% | - |
| XYZ | 38.78 | 36.32 | 20.3 | - |
| YUV | 162.69 | 99.4 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 112 | 0 | 0.25 | 0.45 | 0.20 | 26.37 | 0.47 | 0.62 |
| Hex | CB | 98 | 70 | 0 | 19 | 2D | 14 | 1A | 2F | 3E |
| Octal | 313 | 230 | 160 | 0 | 31 | 55 | 24 | 32 | 57 | 76 |
| Binary | 11001011 | 10011000 | 1110000 | 0 | 11001 | 101101 | 10100 | 11010 | 101111 | 111110 |
Color Harmonies of #CB9870
Complementary color
Monochromatic Colors of #CB9870
Black with #CB9870
Text Example
Text Example
White with #CB9870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9870; }
p { color: rgb(203,152,112); }
H1.HeaderClassName
{
color: #CB9870;
}
.AnyTagClassName
{
color: #CB9870;
}
</style>
background-color css
<style>
a { background-color: #CB9870; }
a { background-color: rgb(203,152,112); }
div.DivClassName
{
background-color: #CB9870;
}
.BgClassName
{
background-color: #CB9870;
}
</style>
border-color css
<style>
span { border-color: #CB9870; }
span { border-color: rgb(203,152,112); }
td.TdClassName
{
border-color: #CB9870;
}
.TagClassName
{
border-color: #CB9870;
}
</style>