Shades of Feldspar #C08B6F
Tints of Feldspar #C08B6F
RGB
CMYK
RGB Variations
Color information
#C08B6F (or 0xC08B6F) is known color: Feldspar. HEX triplet: C0, 8B and 6F. RGB value is (192,139,111). Sum of RGB (Red+Green+Blue) = 192+139+111=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B6F is #3F7490. Grayscale: #979797. Windows color (decimal): -4158609 or 7310272. OLE color: 7310272.
HSL color Cylindrical-coordinate representation of color #C08B6F: hue angle of 20.74º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C08B6F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 111 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.25 |
| HSL | 20.74º | 0.39% | 0.59% | - |
| HSV(B) | 20.74º | 0.42% | 0.75% | - |
| XYZ | 33.84 | 30.82 | 19.2 | - |
| YUV | 151.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 111 | 0 | 0.28 | 0.42 | 0.25 | 20.74 | 0.39 | 0.59 |
| Hex | C0 | 8B | 6F | 0 | 1C | 2A | 19 | 15 | 27 | 3B |
| Octal | 300 | 213 | 157 | 0 | 34 | 52 | 31 | 25 | 47 | 73 |
| Binary | 11000000 | 10001011 | 1101111 | 0 | 11100 | 101010 | 11001 | 10101 | 100111 | 111011 |
Color Harmonies of #C08B6F
Complementary color
Monochromatic Colors of #C08B6F
Black with #C08B6F
Text Example
Text Example
White with #C08B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B6F; }
p { color: rgb(192,139,111); }
H1.HeaderClassName
{
color: #C08B6F;
}
.AnyTagClassName
{
color: #C08B6F;
}
</style>
background-color css
<style>
a { background-color: #C08B6F; }
a { background-color: rgb(192,139,111); }
div.DivClassName
{
background-color: #C08B6F;
}
.BgClassName
{
background-color: #C08B6F;
}
</style>
border-color css
<style>
span { border-color: #C08B6F; }
span { border-color: rgb(192,139,111); }
td.TdClassName
{
border-color: #C08B6F;
}
.TagClassName
{
border-color: #C08B6F;
}
</style>