Shades of Feldspar #CB8873
Tints of Feldspar #CB8873
RGB
CMYK
RGB Variations
Color information
#CB8873 (or 0xCB8873) is known color: Feldspar. HEX triplet: CB, 88 and 73. RGB value is (203,136,115). Sum of RGB (Red+Green+Blue) = 203+136+115=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8873 is #34778C. Grayscale: #999999. Windows color (decimal): -3438477 or 7571659. OLE color: 7571659.
HSL color Cylindrical-coordinate representation of color #CB8873: hue angle of 14.32º 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 #CB8873 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 136 | 115 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.20 |
| HSL | 14.32º | 0.46% | 0.62% | - |
| HSV(B) | 14.32º | 0.43% | 0.8% | - |
| XYZ | 36.53 | 31.54 | 20.38 | - |
| YUV | 153.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 136 | 115 | 0 | 0.33 | 0.43 | 0.20 | 14.32 | 0.46 | 0.62 |
| Hex | CB | 88 | 73 | 0 | 21 | 2B | 14 | E | 2E | 3E |
| Octal | 313 | 210 | 163 | 0 | 41 | 53 | 24 | 16 | 56 | 76 |
| Binary | 11001011 | 10001000 | 1110011 | 0 | 100001 | 101011 | 10100 | 1110 | 101110 | 111110 |
Color Harmonies of #CB8873
Complementary color
Monochromatic Colors of #CB8873
Black with #CB8873
Text Example
Text Example
White with #CB8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8873; }
p { color: rgb(203,136,115); }
H1.HeaderClassName
{
color: #CB8873;
}
.AnyTagClassName
{
color: #CB8873;
}
</style>
background-color css
<style>
a { background-color: #CB8873; }
a { background-color: rgb(203,136,115); }
div.DivClassName
{
background-color: #CB8873;
}
.BgClassName
{
background-color: #CB8873;
}
</style>
border-color css
<style>
span { border-color: #CB8873; }
span { border-color: rgb(203,136,115); }
td.TdClassName
{
border-color: #CB8873;
}
.TagClassName
{
border-color: #CB8873;
}
</style>