Shades of Feldspar #CB987F
Tints of Feldspar #CB987F
RGB
CMYK
RGB Variations
Color information
#CB987F (or 0xCB987F) is known color: Feldspar. HEX triplet: CB, 98 and 7F. RGB value is (203,152,127). Sum of RGB (Red+Green+Blue) = 203+152+127=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987F is #346780. Grayscale: #A4A4A4. Windows color (decimal): -3434369 or 8362187. OLE color: 8362187.
HSL color Cylindrical-coordinate representation of color #CB987F: hue angle of 19.74º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB987F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 127 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.20 |
| HSL | 19.74º | 0.42% | 0.65% | - |
| HSV(B) | 19.74º | 0.37% | 0.8% | - |
| XYZ | 39.69 | 36.69 | 25.07 | - |
| YUV | 164.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 127 | 0 | 0.25 | 0.37 | 0.20 | 19.74 | 0.42 | 0.65 |
| Hex | CB | 98 | 7F | 0 | 19 | 25 | 14 | 14 | 2A | 41 |
| Octal | 313 | 230 | 177 | 0 | 31 | 45 | 24 | 24 | 52 | 101 |
| Binary | 11001011 | 10011000 | 1111111 | 0 | 11001 | 100101 | 10100 | 10100 | 101010 | 1000001 |
Color Harmonies of #CB987F
Complementary color
Monochromatic Colors of #CB987F
Black with #CB987F
Text Example
Text Example
White with #CB987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB987F; }
p { color: rgb(203,152,127); }
H1.HeaderClassName
{
color: #CB987F;
}
.AnyTagClassName
{
color: #CB987F;
}
</style>
background-color css
<style>
a { background-color: #CB987F; }
a { background-color: rgb(203,152,127); }
div.DivClassName
{
background-color: #CB987F;
}
.BgClassName
{
background-color: #CB987F;
}
</style>
border-color css
<style>
span { border-color: #CB987F; }
span { border-color: rgb(203,152,127); }
td.TdClassName
{
border-color: #CB987F;
}
.TagClassName
{
border-color: #CB987F;
}
</style>