Shades of Feldspar #C18C6D
Tints of Feldspar #C18C6D
RGB
CMYK
RGB Variations
Color information
#C18C6D (or 0xC18C6D) is known color: Feldspar. HEX triplet: C1, 8C and 6D. RGB value is (193,140,109). Sum of RGB (Red+Green+Blue) = 193+140+109=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C6D is #3E7392. Grayscale: #989898. Windows color (decimal): -4092819 or 7179457. OLE color: 7179457.
HSL color Cylindrical-coordinate representation of color #C18C6D: hue angle of 22.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C18C6D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 109 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.24 |
| HSL | 22.14º | 0.4% | 0.59% | - |
| HSV(B) | 22.14º | 0.44% | 0.76% | - |
| XYZ | 34.13 | 31.2 | 18.69 | - |
| YUV | 152.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 109 | 0 | 0.27 | 0.44 | 0.24 | 22.14 | 0.4 | 0.59 |
| Hex | C1 | 8C | 6D | 0 | 1B | 2C | 18 | 16 | 28 | 3B |
| Octal | 301 | 214 | 155 | 0 | 33 | 54 | 30 | 26 | 50 | 73 |
| Binary | 11000001 | 10001100 | 1101101 | 0 | 11011 | 101100 | 11000 | 10110 | 101000 | 111011 |
Color Harmonies of #C18C6D
Complementary color
Monochromatic Colors of #C18C6D
Black with #C18C6D
Text Example
Text Example
White with #C18C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C6D; }
p { color: rgb(193,140,109); }
H1.HeaderClassName
{
color: #C18C6D;
}
.AnyTagClassName
{
color: #C18C6D;
}
</style>
background-color css
<style>
a { background-color: #C18C6D; }
a { background-color: rgb(193,140,109); }
div.DivClassName
{
background-color: #C18C6D;
}
.BgClassName
{
background-color: #C18C6D;
}
</style>
border-color css
<style>
span { border-color: #C18C6D; }
span { border-color: rgb(193,140,109); }
td.TdClassName
{
border-color: #C18C6D;
}
.TagClassName
{
border-color: #C18C6D;
}
</style>