Shades of Feldspar #CB8672
Tints of Feldspar #CB8672
RGB
CMYK
RGB Variations
Color information
#CB8672 (or 0xCB8672) is known color: Feldspar. HEX triplet: CB, 86 and 72. RGB value is (203,134,114). Sum of RGB (Red+Green+Blue) = 203+134+114=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8672 is #34798D. Grayscale: #989898. Windows color (decimal): -3438990 or 7505611. OLE color: 7505611.
HSL color Cylindrical-coordinate representation of color #CB8672: hue angle of 13.48º 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 #CB8672 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 114 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.20 |
| HSL | 13.48º | 0.46% | 0.62% | - |
| HSV(B) | 13.48º | 0.44% | 0.8% | - |
| XYZ | 36.19 | 30.96 | 19.99 | - |
| YUV | 152.35 | 106.36 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 114 | 0 | 0.34 | 0.44 | 0.20 | 13.48 | 0.46 | 0.62 |
| Hex | CB | 86 | 72 | 0 | 22 | 2C | 14 | D | 2E | 3E |
| Octal | 313 | 206 | 162 | 0 | 42 | 54 | 24 | 15 | 56 | 76 |
| Binary | 11001011 | 10000110 | 1110010 | 0 | 100010 | 101100 | 10100 | 1101 | 101110 | 111110 |
Color Harmonies of #CB8672
Complementary color
Monochromatic Colors of #CB8672
Black with #CB8672
Text Example
Text Example
White with #CB8672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8672; }
p { color: rgb(203,134,114); }
H1.HeaderClassName
{
color: #CB8672;
}
.AnyTagClassName
{
color: #CB8672;
}
</style>
background-color css
<style>
a { background-color: #CB8672; }
a { background-color: rgb(203,134,114); }
div.DivClassName
{
background-color: #CB8672;
}
.BgClassName
{
background-color: #CB8672;
}
</style>
border-color css
<style>
span { border-color: #CB8672; }
span { border-color: rgb(203,134,114); }
td.TdClassName
{
border-color: #CB8672;
}
.TagClassName
{
border-color: #CB8672;
}
</style>