Shades of Feldspar #CB987D
Tints of Feldspar #CB987D
RGB
CMYK
RGB Variations
Color information
#CB987D (or 0xCB987D) is known color: Feldspar. HEX triplet: CB, 98 and 7D. RGB value is (203,152,125). Sum of RGB (Red+Green+Blue) = 203+152+125=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987D is #346782. Grayscale: #A4A4A4. Windows color (decimal): -3434371 or 8231115. OLE color: 8231115.
HSL color Cylindrical-coordinate representation of color #CB987D: hue angle of 20.77º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB987D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 125 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.20 |
| HSL | 20.77º | 0.43% | 0.64% | - |
| HSV(B) | 20.77º | 0.38% | 0.8% | - |
| XYZ | 39.56 | 36.63 | 24.39 | - |
| YUV | 164.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 125 | 0 | 0.25 | 0.38 | 0.20 | 20.77 | 0.43 | 0.64 |
| Hex | CB | 98 | 7D | 0 | 19 | 26 | 14 | 15 | 2B | 40 |
| Octal | 313 | 230 | 175 | 0 | 31 | 46 | 24 | 25 | 53 | 100 |
| Binary | 11001011 | 10011000 | 1111101 | 0 | 11001 | 100110 | 10100 | 10101 | 101011 | 1000000 |
Color Harmonies of #CB987D
Complementary color
Monochromatic Colors of #CB987D
Black with #CB987D
Text Example
Text Example
White with #CB987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB987D; }
p { color: rgb(203,152,125); }
H1.HeaderClassName
{
color: #CB987D;
}
.AnyTagClassName
{
color: #CB987D;
}
</style>
background-color css
<style>
a { background-color: #CB987D; }
a { background-color: rgb(203,152,125); }
div.DivClassName
{
background-color: #CB987D;
}
.BgClassName
{
background-color: #CB987D;
}
</style>
border-color css
<style>
span { border-color: #CB987D; }
span { border-color: rgb(203,152,125); }
td.TdClassName
{
border-color: #CB987D;
}
.TagClassName
{
border-color: #CB987D;
}
</style>