Shades of Feldspar #CB977A
Tints of Feldspar #CB977A
RGB
CMYK
RGB Variations
Color information
#CB977A (or 0xCB977A) is known color: Feldspar. HEX triplet: CB, 97 and 7A. RGB value is (203,151,122). Sum of RGB (Red+Green+Blue) = 203+151+122=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB977A is #346885. Grayscale: #A3A3A3. Windows color (decimal): -3434630 or 8034251. OLE color: 8034251.
HSL color Cylindrical-coordinate representation of color #CB977A: hue angle of 21.48º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB977A is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 122 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.20 |
| HSL | 21.48º | 0.44% | 0.64% | - |
| HSV(B) | 21.48º | 0.4% | 0.8% | - |
| XYZ | 39.21 | 36.23 | 23.34 | - |
| YUV | 163.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 122 | 0 | 0.26 | 0.40 | 0.20 | 21.48 | 0.44 | 0.64 |
| Hex | CB | 97 | 7A | 0 | 1A | 28 | 14 | 15 | 2C | 40 |
| Octal | 313 | 227 | 172 | 0 | 32 | 50 | 24 | 25 | 54 | 100 |
| Binary | 11001011 | 10010111 | 1111010 | 0 | 11010 | 101000 | 10100 | 10101 | 101100 | 1000000 |
Color Harmonies of #CB977A
Complementary color
Monochromatic Colors of #CB977A
Black with #CB977A
Text Example
Text Example
White with #CB977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB977A; }
p { color: rgb(203,151,122); }
H1.HeaderClassName
{
color: #CB977A;
}
.AnyTagClassName
{
color: #CB977A;
}
</style>
background-color css
<style>
a { background-color: #CB977A; }
a { background-color: rgb(203,151,122); }
div.DivClassName
{
background-color: #CB977A;
}
.BgClassName
{
background-color: #CB977A;
}
</style>
border-color css
<style>
span { border-color: #CB977A; }
span { border-color: rgb(203,151,122); }
td.TdClassName
{
border-color: #CB977A;
}
.TagClassName
{
border-color: #CB977A;
}
</style>