Shades of Feldspar #CB9374
Tints of Feldspar #CB9374
RGB
CMYK
RGB Variations
Color information
#CB9374 (or 0xCB9374) is known color: Feldspar. HEX triplet: CB, 93 and 74. RGB value is (203,147,116). Sum of RGB (Red+Green+Blue) = 203+147+116=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9374 is #346C8B. Grayscale: #A0A0A0. Windows color (decimal): -3435660 or 7640011. OLE color: 7640011.
HSL color Cylindrical-coordinate representation of color #CB9374: hue angle of 21.38º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB9374 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 116 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.20 |
| HSL | 21.38º | 0.46% | 0.63% | - |
| HSV(B) | 21.38º | 0.43% | 0.8% | - |
| XYZ | 38.21 | 34.82 | 21.23 | - |
| YUV | 160.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 116 | 0 | 0.28 | 0.43 | 0.20 | 21.38 | 0.46 | 0.63 |
| Hex | CB | 93 | 74 | 0 | 1C | 2B | 14 | 15 | 2E | 3F |
| Octal | 313 | 223 | 164 | 0 | 34 | 53 | 24 | 25 | 56 | 77 |
| Binary | 11001011 | 10010011 | 1110100 | 0 | 11100 | 101011 | 10100 | 10101 | 101110 | 111111 |
Color Harmonies of #CB9374
Complementary color
Monochromatic Colors of #CB9374
Black with #CB9374
Text Example
Text Example
White with #CB9374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9374; }
p { color: rgb(203,147,116); }
H1.HeaderClassName
{
color: #CB9374;
}
.AnyTagClassName
{
color: #CB9374;
}
</style>
background-color css
<style>
a { background-color: #CB9374; }
a { background-color: rgb(203,147,116); }
div.DivClassName
{
background-color: #CB9374;
}
.BgClassName
{
background-color: #CB9374;
}
</style>
border-color css
<style>
span { border-color: #CB9374; }
span { border-color: rgb(203,147,116); }
td.TdClassName
{
border-color: #CB9374;
}
.TagClassName
{
border-color: #CB9374;
}
</style>