Shades of Feldspar #CB906F
Tints of Feldspar #CB906F
RGB
CMYK
RGB Variations
Color information
#CB906F (or 0xCB906F) is known color: Feldspar. HEX triplet: CB, 90 and 6F. RGB value is (203,144,111). Sum of RGB (Red+Green+Blue) = 203+144+111=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB906F is #346F90. Grayscale: #9E9E9E. Windows color (decimal): -3436433 or 7311563. OLE color: 7311563.
HSL color Cylindrical-coordinate representation of color #CB906F: hue angle of 21.52º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB906F is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 111 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.20 |
| HSL | 21.52º | 0.47% | 0.62% | - |
| HSV(B) | 21.52º | 0.45% | 0.8% | - |
| XYZ | 37.47 | 33.79 | 19.59 | - |
| YUV | 157.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 111 | 0 | 0.29 | 0.45 | 0.20 | 21.52 | 0.47 | 0.62 |
| Hex | CB | 90 | 6F | 0 | 1D | 2D | 14 | 16 | 2F | 3E |
| Octal | 313 | 220 | 157 | 0 | 35 | 55 | 24 | 26 | 57 | 76 |
| Binary | 11001011 | 10010000 | 1101111 | 0 | 11101 | 101101 | 10100 | 10110 | 101111 | 111110 |
Color Harmonies of #CB906F
Complementary color
Monochromatic Colors of #CB906F
Black with #CB906F
Text Example
Text Example
White with #CB906F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB906F; }
p { color: rgb(203,144,111); }
H1.HeaderClassName
{
color: #CB906F;
}
.AnyTagClassName
{
color: #CB906F;
}
</style>
background-color css
<style>
a { background-color: #CB906F; }
a { background-color: rgb(203,144,111); }
div.DivClassName
{
background-color: #CB906F;
}
.BgClassName
{
background-color: #CB906F;
}
</style>
border-color css
<style>
span { border-color: #CB906F; }
span { border-color: rgb(203,144,111); }
td.TdClassName
{
border-color: #CB906F;
}
.TagClassName
{
border-color: #CB906F;
}
</style>