Shades of Feldspar #CB8F6E
Tints of Feldspar #CB8F6E
RGB
CMYK
RGB Variations
Color information
#CB8F6E (or 0xCB8F6E) is known color: Feldspar. HEX triplet: CB, 8F and 6E. RGB value is (203,143,110). Sum of RGB (Red+Green+Blue) = 203+143+110=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F6E is #347091. Grayscale: #9D9D9D. Windows color (decimal): -3436690 or 7245771. OLE color: 7245771.
HSL color Cylindrical-coordinate representation of color #CB8F6E: hue angle of 21.29º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB8F6E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 110 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.20 |
| HSL | 21.29º | 0.47% | 0.61% | - |
| HSV(B) | 21.29º | 0.46% | 0.8% | - |
| XYZ | 37.27 | 33.47 | 19.25 | - |
| YUV | 157.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 110 | 0 | 0.30 | 0.46 | 0.20 | 21.29 | 0.47 | 0.61 |
| Hex | CB | 8F | 6E | 0 | 1E | 2E | 14 | 15 | 2F | 3D |
| Octal | 313 | 217 | 156 | 0 | 36 | 56 | 24 | 25 | 57 | 75 |
| Binary | 11001011 | 10001111 | 1101110 | 0 | 11110 | 101110 | 10100 | 10101 | 101111 | 111101 |
Color Harmonies of #CB8F6E
Complementary color
Monochromatic Colors of #CB8F6E
Black with #CB8F6E
Text Example
Text Example
White with #CB8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8F6E; }
p { color: rgb(203,143,110); }
H1.HeaderClassName
{
color: #CB8F6E;
}
.AnyTagClassName
{
color: #CB8F6E;
}
</style>
background-color css
<style>
a { background-color: #CB8F6E; }
a { background-color: rgb(203,143,110); }
div.DivClassName
{
background-color: #CB8F6E;
}
.BgClassName
{
background-color: #CB8F6E;
}
</style>
border-color css
<style>
span { border-color: #CB8F6E; }
span { border-color: rgb(203,143,110); }
td.TdClassName
{
border-color: #CB8F6E;
}
.TagClassName
{
border-color: #CB8F6E;
}
</style>