Shades of Feldspar #CB8973
Tints of Feldspar #CB8973
RGB
CMYK
RGB Variations
Color information
#CB8973 (or 0xCB8973) is known color: Feldspar. HEX triplet: CB, 89 and 73. RGB value is (203,137,115). Sum of RGB (Red+Green+Blue) = 203+137+115=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8973 is #34768C. Grayscale: #9A9A9A. Windows color (decimal): -3438221 or 7571915. OLE color: 7571915.
HSL color Cylindrical-coordinate representation of color #CB8973: hue angle of 15º 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 #CB8973 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 115 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.20 |
| HSL | 15º | 0.46% | 0.62% | - |
| HSV(B) | 15º | 0.43% | 0.8% | - |
| XYZ | 36.67 | 31.83 | 20.43 | - |
| YUV | 154.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 115 | 0 | 0.33 | 0.43 | 0.20 | 15 | 0.46 | 0.62 |
| Hex | CB | 89 | 73 | 0 | 21 | 2B | 14 | F | 2E | 3E |
| Octal | 313 | 211 | 163 | 0 | 41 | 53 | 24 | 17 | 56 | 76 |
| Binary | 11001011 | 10001001 | 1110011 | 0 | 100001 | 101011 | 10100 | 1111 | 101110 | 111110 |
Color Harmonies of #CB8973
Complementary color
Monochromatic Colors of #CB8973
Black with #CB8973
Text Example
Text Example
White with #CB8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8973; }
p { color: rgb(203,137,115); }
H1.HeaderClassName
{
color: #CB8973;
}
.AnyTagClassName
{
color: #CB8973;
}
</style>
background-color css
<style>
a { background-color: #CB8973; }
a { background-color: rgb(203,137,115); }
div.DivClassName
{
background-color: #CB8973;
}
.BgClassName
{
background-color: #CB8973;
}
</style>
border-color css
<style>
span { border-color: #CB8973; }
span { border-color: rgb(203,137,115); }
td.TdClassName
{
border-color: #CB8973;
}
.TagClassName
{
border-color: #CB8973;
}
</style>