Shades of Feldspar #CB9173
Tints of Feldspar #CB9173
RGB
CMYK
RGB Variations
Color information
#CB9173 (or 0xCB9173) is known color: Feldspar. HEX triplet: CB, 91 and 73. RGB value is (203,145,115). Sum of RGB (Red+Green+Blue) = 203+145+115=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9173 is #346E8C. Grayscale: #9F9F9F. Windows color (decimal): -3436173 or 7573963. OLE color: 7573963.
HSL color Cylindrical-coordinate representation of color #CB9173: hue angle of 20.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB9173 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 115 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.20 |
| HSL | 20.45º | 0.46% | 0.62% | - |
| HSV(B) | 20.45º | 0.43% | 0.8% | - |
| XYZ | 37.85 | 34.19 | 20.82 | - |
| YUV | 158.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 115 | 0 | 0.29 | 0.43 | 0.20 | 20.45 | 0.46 | 0.62 |
| Hex | CB | 91 | 73 | 0 | 1D | 2B | 14 | 14 | 2E | 3E |
| Octal | 313 | 221 | 163 | 0 | 35 | 53 | 24 | 24 | 56 | 76 |
| Binary | 11001011 | 10010001 | 1110011 | 0 | 11101 | 101011 | 10100 | 10100 | 101110 | 111110 |
Color Harmonies of #CB9173
Complementary color
Monochromatic Colors of #CB9173
Black with #CB9173
Text Example
Text Example
White with #CB9173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9173; }
p { color: rgb(203,145,115); }
H1.HeaderClassName
{
color: #CB9173;
}
.AnyTagClassName
{
color: #CB9173;
}
</style>
background-color css
<style>
a { background-color: #CB9173; }
a { background-color: rgb(203,145,115); }
div.DivClassName
{
background-color: #CB9173;
}
.BgClassName
{
background-color: #CB9173;
}
</style>
border-color css
<style>
span { border-color: #CB9173; }
span { border-color: rgb(203,145,115); }
td.TdClassName
{
border-color: #CB9173;
}
.TagClassName
{
border-color: #CB9173;
}
</style>