Shades of Feldspar #CB987B
Tints of Feldspar #CB987B
RGB
CMYK
RGB Variations
Color information
#CB987B (or 0xCB987B) is known color: Feldspar. HEX triplet: CB, 98 and 7B. RGB value is (203,152,123). Sum of RGB (Red+Green+Blue) = 203+152+123=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB987B is #346784. Grayscale: #A4A4A4. Windows color (decimal): -3434373 or 8100043. OLE color: 8100043.
HSL color Cylindrical-coordinate representation of color #CB987B: hue angle of 21.75º 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 #CB987B is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 123 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.20 |
| HSL | 21.75º | 0.43% | 0.64% | - |
| HSV(B) | 21.75º | 0.39% | 0.8% | - |
| XYZ | 39.43 | 36.58 | 23.72 | - |
| YUV | 163.94 | 104.9 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 123 | 0 | 0.25 | 0.39 | 0.20 | 21.75 | 0.43 | 0.64 |
| Hex | CB | 98 | 7B | 0 | 19 | 27 | 14 | 16 | 2B | 40 |
| Octal | 313 | 230 | 173 | 0 | 31 | 47 | 24 | 26 | 53 | 100 |
| Binary | 11001011 | 10011000 | 1111011 | 0 | 11001 | 100111 | 10100 | 10110 | 101011 | 1000000 |
Color Harmonies of #CB987B
Complementary color
Monochromatic Colors of #CB987B
Black with #CB987B
Text Example
Text Example
White with #CB987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB987B; }
p { color: rgb(203,152,123); }
H1.HeaderClassName
{
color: #CB987B;
}
.AnyTagClassName
{
color: #CB987B;
}
</style>
background-color css
<style>
a { background-color: #CB987B; }
a { background-color: rgb(203,152,123); }
div.DivClassName
{
background-color: #CB987B;
}
.BgClassName
{
background-color: #CB987B;
}
</style>
border-color css
<style>
span { border-color: #CB987B; }
span { border-color: rgb(203,152,123); }
td.TdClassName
{
border-color: #CB987B;
}
.TagClassName
{
border-color: #CB987B;
}
</style>