Shades of Feldspar #C08B6E
Tints of Feldspar #C08B6E
RGB
CMYK
RGB Variations
Color information
#C08B6E (or 0xC08B6E) is known color: Feldspar. HEX triplet: C0, 8B and 6E. RGB value is (192,139,110). Sum of RGB (Red+Green+Blue) = 192+139+110=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B6E is #3F7491. Grayscale: #979797. Windows color (decimal): -4158610 or 7244736. OLE color: 7244736.
HSL color Cylindrical-coordinate representation of color #C08B6E: hue angle of 21.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08B6E is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 110 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.25 |
| HSL | 21.22º | 0.39% | 0.59% | - |
| HSV(B) | 21.22º | 0.43% | 0.75% | - |
| XYZ | 33.79 | 30.8 | 18.92 | - |
| YUV | 151.54 | 104.56 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 110 | 0 | 0.28 | 0.43 | 0.25 | 21.22 | 0.39 | 0.59 |
| Hex | C0 | 8B | 6E | 0 | 1C | 2B | 19 | 15 | 27 | 3B |
| Octal | 300 | 213 | 156 | 0 | 34 | 53 | 31 | 25 | 47 | 73 |
| Binary | 11000000 | 10001011 | 1101110 | 0 | 11100 | 101011 | 11001 | 10101 | 100111 | 111011 |
Color Harmonies of #C08B6E
Complementary color
Monochromatic Colors of #C08B6E
Black with #C08B6E
Text Example
Text Example
White with #C08B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B6E; }
p { color: rgb(192,139,110); }
H1.HeaderClassName
{
color: #C08B6E;
}
.AnyTagClassName
{
color: #C08B6E;
}
</style>
background-color css
<style>
a { background-color: #C08B6E; }
a { background-color: rgb(192,139,110); }
div.DivClassName
{
background-color: #C08B6E;
}
.BgClassName
{
background-color: #C08B6E;
}
</style>
border-color css
<style>
span { border-color: #C08B6E; }
span { border-color: rgb(192,139,110); }
td.TdClassName
{
border-color: #C08B6E;
}
.TagClassName
{
border-color: #C08B6E;
}
</style>