Shades of Feldspar #CB8A71
Tints of Feldspar #CB8A71
RGB
CMYK
RGB Variations
Color information
#CB8A71 (or 0xCB8A71) is known color: Feldspar. HEX triplet: CB, 8A and 71. RGB value is (203,138,113). Sum of RGB (Red+Green+Blue) = 203+138+113=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A71 is #34758E. Grayscale: #9A9A9A. Windows color (decimal): -3437967 or 7441099. OLE color: 7441099.
HSL color Cylindrical-coordinate representation of color #CB8A71: hue angle of 16.67º 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 #CB8A71 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 113 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.20 |
| HSL | 16.67º | 0.46% | 0.62% | - |
| HSV(B) | 16.67º | 0.44% | 0.8% | - |
| XYZ | 36.7 | 32.07 | 19.88 | - |
| YUV | 154.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 113 | 0 | 0.32 | 0.44 | 0.20 | 16.67 | 0.46 | 0.62 |
| Hex | CB | 8A | 71 | 0 | 20 | 2C | 14 | 11 | 2E | 3E |
| Octal | 313 | 212 | 161 | 0 | 40 | 54 | 24 | 21 | 56 | 76 |
| Binary | 11001011 | 10001010 | 1110001 | 0 | 100000 | 101100 | 10100 | 10001 | 101110 | 111110 |
Color Harmonies of #CB8A71
Complementary color
Monochromatic Colors of #CB8A71
Black with #CB8A71
Text Example
Text Example
White with #CB8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A71; }
p { color: rgb(203,138,113); }
H1.HeaderClassName
{
color: #CB8A71;
}
.AnyTagClassName
{
color: #CB8A71;
}
</style>
background-color css
<style>
a { background-color: #CB8A71; }
a { background-color: rgb(203,138,113); }
div.DivClassName
{
background-color: #CB8A71;
}
.BgClassName
{
background-color: #CB8A71;
}
</style>
border-color css
<style>
span { border-color: #CB8A71; }
span { border-color: rgb(203,138,113); }
td.TdClassName
{
border-color: #CB8A71;
}
.TagClassName
{
border-color: #CB8A71;
}
</style>