Shades of Feldspar #CB957C
Tints of Feldspar #CB957C
RGB
CMYK
RGB Variations
Color information
#CB957C (or 0xCB957C) is known color: Feldspar. HEX triplet: CB, 95 and 7C. RGB value is (203,149,124). Sum of RGB (Red+Green+Blue) = 203+149+124=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB957C is #346A83. Grayscale: #A2A2A2. Windows color (decimal): -3435140 or 8164811. OLE color: 8164811.
HSL color Cylindrical-coordinate representation of color #CB957C: hue angle of 18.99º 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 #CB957C is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 124 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.20 |
| HSL | 18.99º | 0.43% | 0.64% | - |
| HSV(B) | 18.99º | 0.39% | 0.8% | - |
| XYZ | 39.01 | 35.65 | 23.89 | - |
| YUV | 162.3 | 106.39 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 124 | 0 | 0.27 | 0.39 | 0.20 | 18.99 | 0.43 | 0.64 |
| Hex | CB | 95 | 7C | 0 | 1B | 27 | 14 | 13 | 2B | 40 |
| Octal | 313 | 225 | 174 | 0 | 33 | 47 | 24 | 23 | 53 | 100 |
| Binary | 11001011 | 10010101 | 1111100 | 0 | 11011 | 100111 | 10100 | 10011 | 101011 | 1000000 |
Color Harmonies of #CB957C
Complementary color
Monochromatic Colors of #CB957C
Black with #CB957C
Text Example
Text Example
White with #CB957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB957C; }
p { color: rgb(203,149,124); }
H1.HeaderClassName
{
color: #CB957C;
}
.AnyTagClassName
{
color: #CB957C;
}
</style>
background-color css
<style>
a { background-color: #CB957C; }
a { background-color: rgb(203,149,124); }
div.DivClassName
{
background-color: #CB957C;
}
.BgClassName
{
background-color: #CB957C;
}
</style>
border-color css
<style>
span { border-color: #CB957C; }
span { border-color: rgb(203,149,124); }
td.TdClassName
{
border-color: #CB957C;
}
.TagClassName
{
border-color: #CB957C;
}
</style>