Shades of Feldspar #CB9877
Tints of Feldspar #CB9877
RGB
CMYK
RGB Variations
Color information
#CB9877 (or 0xCB9877) is known color: Feldspar. HEX triplet: CB, 98 and 77. RGB value is (203,152,119). Sum of RGB (Red+Green+Blue) = 203+152+119=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9877 is #346788. Grayscale: #A3A3A3. Windows color (decimal): -3434377 or 7837899. OLE color: 7837899.
HSL color Cylindrical-coordinate representation of color #CB9877: hue angle of 23.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB9877 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 119 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.20 |
| HSL | 23.57º | 0.45% | 0.63% | - |
| HSV(B) | 23.57º | 0.41% | 0.8% | - |
| XYZ | 39.19 | 36.48 | 22.43 | - |
| YUV | 163.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 119 | 0 | 0.25 | 0.41 | 0.20 | 23.57 | 0.45 | 0.63 |
| Hex | CB | 98 | 77 | 0 | 19 | 29 | 14 | 18 | 2D | 3F |
| Octal | 313 | 230 | 167 | 0 | 31 | 51 | 24 | 30 | 55 | 77 |
| Binary | 11001011 | 10011000 | 1110111 | 0 | 11001 | 101001 | 10100 | 11000 | 101101 | 111111 |
Color Harmonies of #CB9877
Complementary color
Monochromatic Colors of #CB9877
Black with #CB9877
Text Example
Text Example
White with #CB9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9877; }
p { color: rgb(203,152,119); }
H1.HeaderClassName
{
color: #CB9877;
}
.AnyTagClassName
{
color: #CB9877;
}
</style>
background-color css
<style>
a { background-color: #CB9877; }
a { background-color: rgb(203,152,119); }
div.DivClassName
{
background-color: #CB9877;
}
.BgClassName
{
background-color: #CB9877;
}
</style>
border-color css
<style>
span { border-color: #CB9877; }
span { border-color: rgb(203,152,119); }
td.TdClassName
{
border-color: #CB9877;
}
.TagClassName
{
border-color: #CB9877;
}
</style>