Shades of Feldspar #CB957B
Tints of Feldspar #CB957B
RGB
CMYK
RGB Variations
Color information
#CB957B (or 0xCB957B) is known color: Feldspar. HEX triplet: CB, 95 and 7B. RGB value is (203,149,123). Sum of RGB (Red+Green+Blue) = 203+149+123=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB957B is #346A84. Grayscale: #A2A2A2. Windows color (decimal): -3435141 or 8099275. OLE color: 8099275.
HSL color Cylindrical-coordinate representation of color #CB957B: hue angle of 19.5º 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 #CB957B is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 123 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.20 |
| HSL | 19.5º | 0.43% | 0.64% | - |
| HSV(B) | 19.5º | 0.39% | 0.8% | - |
| XYZ | 38.95 | 35.62 | 23.56 | - |
| YUV | 162.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 123 | 0 | 0.27 | 0.39 | 0.20 | 19.5 | 0.43 | 0.64 |
| Hex | CB | 95 | 7B | 0 | 1B | 27 | 14 | 14 | 2B | 40 |
| Octal | 313 | 225 | 173 | 0 | 33 | 47 | 24 | 24 | 53 | 100 |
| Binary | 11001011 | 10010101 | 1111011 | 0 | 11011 | 100111 | 10100 | 10100 | 101011 | 1000000 |
Color Harmonies of #CB957B
Complementary color
Monochromatic Colors of #CB957B
Black with #CB957B
Text Example
Text Example
White with #CB957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB957B; }
p { color: rgb(203,149,123); }
H1.HeaderClassName
{
color: #CB957B;
}
.AnyTagClassName
{
color: #CB957B;
}
</style>
background-color css
<style>
a { background-color: #CB957B; }
a { background-color: rgb(203,149,123); }
div.DivClassName
{
background-color: #CB957B;
}
.BgClassName
{
background-color: #CB957B;
}
</style>
border-color css
<style>
span { border-color: #CB957B; }
span { border-color: rgb(203,149,123); }
td.TdClassName
{
border-color: #CB957B;
}
.TagClassName
{
border-color: #CB957B;
}
</style>