Shades of Feldspar #CB987E
Tints of Feldspar #CB987E
RGB
CMYK
RGB Variations
Color information
#CB987E (or 0xCB987E) is known color: Feldspar. HEX triplet: CB, 98 and 7E. RGB value is (203,152,126). Sum of RGB (Red+Green+Blue) = 203+152+126=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987E is #346781. Grayscale: #A4A4A4. Windows color (decimal): -3434370 or 8296651. OLE color: 8296651.
HSL color Cylindrical-coordinate representation of color #CB987E: hue angle of 20.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB987E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 126 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.20 |
| HSL | 20.26º | 0.43% | 0.65% | - |
| HSV(B) | 20.26º | 0.38% | 0.8% | - |
| XYZ | 39.62 | 36.66 | 24.73 | - |
| YUV | 164.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 126 | 0 | 0.25 | 0.38 | 0.20 | 20.26 | 0.43 | 0.65 |
| Hex | CB | 98 | 7E | 0 | 19 | 26 | 14 | 14 | 2B | 41 |
| Octal | 313 | 230 | 176 | 0 | 31 | 46 | 24 | 24 | 53 | 101 |
| Binary | 11001011 | 10011000 | 1111110 | 0 | 11001 | 100110 | 10100 | 10100 | 101011 | 1000001 |
Color Harmonies of #CB987E
Complementary color
Monochromatic Colors of #CB987E
Black with #CB987E
Text Example
Text Example
White with #CB987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB987E; }
p { color: rgb(203,152,126); }
H1.HeaderClassName
{
color: #CB987E;
}
.AnyTagClassName
{
color: #CB987E;
}
</style>
background-color css
<style>
a { background-color: #CB987E; }
a { background-color: rgb(203,152,126); }
div.DivClassName
{
background-color: #CB987E;
}
.BgClassName
{
background-color: #CB987E;
}
</style>
border-color css
<style>
span { border-color: #CB987E; }
span { border-color: rgb(203,152,126); }
td.TdClassName
{
border-color: #CB987E;
}
.TagClassName
{
border-color: #CB987E;
}
</style>