Shades of Feldspar #CB9472
Tints of Feldspar #CB9472
RGB
CMYK
RGB Variations
Color information
#CB9472 (or 0xCB9472) is known color: Feldspar. HEX triplet: CB, 94 and 72. RGB value is (203,148,114). Sum of RGB (Red+Green+Blue) = 203+148+114=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9472 is #346B8D. Grayscale: #A0A0A0. Windows color (decimal): -3435406 or 7509195. OLE color: 7509195.
HSL color Cylindrical-coordinate representation of color #CB9472: hue angle of 22.92º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB9472 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 114 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.20 |
| HSL | 22.92º | 0.46% | 0.62% | - |
| HSV(B) | 22.92º | 0.44% | 0.8% | - |
| XYZ | 38.26 | 35.09 | 20.68 | - |
| YUV | 160.57 | 101.72 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 114 | 0 | 0.27 | 0.44 | 0.20 | 22.92 | 0.46 | 0.62 |
| Hex | CB | 94 | 72 | 0 | 1B | 2C | 14 | 17 | 2E | 3E |
| Octal | 313 | 224 | 162 | 0 | 33 | 54 | 24 | 27 | 56 | 76 |
| Binary | 11001011 | 10010100 | 1110010 | 0 | 11011 | 101100 | 10100 | 10111 | 101110 | 111110 |
Color Harmonies of #CB9472
Complementary color
Monochromatic Colors of #CB9472
Black with #CB9472
Text Example
Text Example
White with #CB9472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9472; }
p { color: rgb(203,148,114); }
H1.HeaderClassName
{
color: #CB9472;
}
.AnyTagClassName
{
color: #CB9472;
}
</style>
background-color css
<style>
a { background-color: #CB9472; }
a { background-color: rgb(203,148,114); }
div.DivClassName
{
background-color: #CB9472;
}
.BgClassName
{
background-color: #CB9472;
}
</style>
border-color css
<style>
span { border-color: #CB9472; }
span { border-color: rgb(203,148,114); }
td.TdClassName
{
border-color: #CB9472;
}
.TagClassName
{
border-color: #CB9472;
}
</style>