Shades of Feldspar #C18A6D
Tints of Feldspar #C18A6D
RGB
CMYK
RGB Variations
Color information
#C18A6D (or 0xC18A6D) is known color: Feldspar. HEX triplet: C1, 8A and 6D. RGB value is (193,138,109). Sum of RGB (Red+Green+Blue) = 193+138+109=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A6D is #3E7592. Grayscale: #979797. Windows color (decimal): -4093331 or 7178945. OLE color: 7178945.
HSL color Cylindrical-coordinate representation of color #C18A6D: hue angle of 20.71º 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 #C18A6D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 109 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.24 |
| HSL | 20.71º | 0.4% | 0.59% | - |
| HSV(B) | 20.71º | 0.44% | 0.76% | - |
| XYZ | 33.84 | 30.62 | 18.59 | - |
| YUV | 151.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 109 | 0 | 0.28 | 0.44 | 0.24 | 20.71 | 0.4 | 0.59 |
| Hex | C1 | 8A | 6D | 0 | 1C | 2C | 18 | 15 | 28 | 3B |
| Octal | 301 | 212 | 155 | 0 | 34 | 54 | 30 | 25 | 50 | 73 |
| Binary | 11000001 | 10001010 | 1101101 | 0 | 11100 | 101100 | 11000 | 10101 | 101000 | 111011 |
Color Harmonies of #C18A6D
Complementary color
Monochromatic Colors of #C18A6D
Black with #C18A6D
Text Example
Text Example
White with #C18A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A6D; }
p { color: rgb(193,138,109); }
H1.HeaderClassName
{
color: #C18A6D;
}
.AnyTagClassName
{
color: #C18A6D;
}
</style>
background-color css
<style>
a { background-color: #C18A6D; }
a { background-color: rgb(193,138,109); }
div.DivClassName
{
background-color: #C18A6D;
}
.BgClassName
{
background-color: #C18A6D;
}
</style>
border-color css
<style>
span { border-color: #C18A6D; }
span { border-color: rgb(193,138,109); }
td.TdClassName
{
border-color: #C18A6D;
}
.TagClassName
{
border-color: #C18A6D;
}
</style>