Shades of Feldspar #CB977C
Tints of Feldspar #CB977C
RGB
CMYK
RGB Variations
Color information
#CB977C (or 0xCB977C) is known color: Feldspar. HEX triplet: CB, 97 and 7C. RGB value is (203,151,124). Sum of RGB (Red+Green+Blue) = 203+151+124=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB977C is #346883. Grayscale: #A3A3A3. Windows color (decimal): -3434628 or 8165323. OLE color: 8165323.
HSL color Cylindrical-coordinate representation of color #CB977C: hue angle of 20.51º 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 #CB977C is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 124 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.20 |
| HSL | 20.51º | 0.43% | 0.64% | - |
| HSV(B) | 20.51º | 0.39% | 0.8% | - |
| XYZ | 39.33 | 36.28 | 24 | - |
| YUV | 163.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 124 | 0 | 0.26 | 0.39 | 0.20 | 20.51 | 0.43 | 0.64 |
| Hex | CB | 97 | 7C | 0 | 1A | 27 | 14 | 15 | 2B | 40 |
| Octal | 313 | 227 | 174 | 0 | 32 | 47 | 24 | 25 | 53 | 100 |
| Binary | 11001011 | 10010111 | 1111100 | 0 | 11010 | 100111 | 10100 | 10101 | 101011 | 1000000 |
Color Harmonies of #CB977C
Complementary color
Monochromatic Colors of #CB977C
Black with #CB977C
Text Example
Text Example
White with #CB977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB977C; }
p { color: rgb(203,151,124); }
H1.HeaderClassName
{
color: #CB977C;
}
.AnyTagClassName
{
color: #CB977C;
}
</style>
background-color css
<style>
a { background-color: #CB977C; }
a { background-color: rgb(203,151,124); }
div.DivClassName
{
background-color: #CB977C;
}
.BgClassName
{
background-color: #CB977C;
}
</style>
border-color css
<style>
span { border-color: #CB977C; }
span { border-color: rgb(203,151,124); }
td.TdClassName
{
border-color: #CB977C;
}
.TagClassName
{
border-color: #CB977C;
}
</style>