Shades of Feldspar #CB987C
Tints of Feldspar #CB987C
RGB
CMYK
RGB Variations
Color information
#CB987C (or 0xCB987C) is known color: Feldspar. HEX triplet: CB, 98 and 7C. RGB value is (203,152,124). Sum of RGB (Red+Green+Blue) = 203+152+124=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987C is #346783. Grayscale: #A4A4A4. Windows color (decimal): -3434372 or 8165579. OLE color: 8165579.
HSL color Cylindrical-coordinate representation of color #CB987C: hue angle of 21.27º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB987C is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 124 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.20 |
| HSL | 21.27º | 0.43% | 0.64% | - |
| HSV(B) | 21.27º | 0.39% | 0.8% | - |
| XYZ | 39.49 | 36.61 | 24.05 | - |
| YUV | 164.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 124 | 0 | 0.25 | 0.39 | 0.20 | 21.27 | 0.43 | 0.64 |
| Hex | CB | 98 | 7C | 0 | 19 | 27 | 14 | 15 | 2B | 40 |
| Octal | 313 | 230 | 174 | 0 | 31 | 47 | 24 | 25 | 53 | 100 |
| Binary | 11001011 | 10011000 | 1111100 | 0 | 11001 | 100111 | 10100 | 10101 | 101011 | 1000000 |
Color Harmonies of #CB987C
Complementary color
Monochromatic Colors of #CB987C
Black with #CB987C
Text Example
Text Example
White with #CB987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB987C; }
p { color: rgb(203,152,124); }
H1.HeaderClassName
{
color: #CB987C;
}
.AnyTagClassName
{
color: #CB987C;
}
</style>
background-color css
<style>
a { background-color: #CB987C; }
a { background-color: rgb(203,152,124); }
div.DivClassName
{
background-color: #CB987C;
}
.BgClassName
{
background-color: #CB987C;
}
</style>
border-color css
<style>
span { border-color: #CB987C; }
span { border-color: rgb(203,152,124); }
td.TdClassName
{
border-color: #CB987C;
}
.TagClassName
{
border-color: #CB987C;
}
</style>