Shades of Feldspar #C18C75
Tints of Feldspar #C18C75
RGB
CMYK
RGB Variations
Color information
#C18C75 (or 0xC18C75) is known color: Feldspar. HEX triplet: C1, 8C and 75. RGB value is (193,140,117). Sum of RGB (Red+Green+Blue) = 193+140+117=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C75 is #3E738A. Grayscale: #999999. Windows color (decimal): -4092811 or 7703745. OLE color: 7703745.
HSL color Cylindrical-coordinate representation of color #C18C75: hue angle of 18.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C18C75 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 117 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.24 |
| HSL | 18.16º | 0.38% | 0.61% | - |
| HSV(B) | 18.16º | 0.39% | 0.76% | - |
| XYZ | 34.58 | 31.38 | 21.06 | - |
| YUV | 153.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 117 | 0 | 0.27 | 0.39 | 0.24 | 18.16 | 0.38 | 0.61 |
| Hex | C1 | 8C | 75 | 0 | 1B | 27 | 18 | 12 | 26 | 3D |
| Octal | 301 | 214 | 165 | 0 | 33 | 47 | 30 | 22 | 46 | 75 |
| Binary | 11000001 | 10001100 | 1110101 | 0 | 11011 | 100111 | 11000 | 10010 | 100110 | 111101 |
Color Harmonies of #C18C75
Complementary color
Monochromatic Colors of #C18C75
Black with #C18C75
Text Example
Text Example
White with #C18C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C75; }
p { color: rgb(193,140,117); }
H1.HeaderClassName
{
color: #C18C75;
}
.AnyTagClassName
{
color: #C18C75;
}
</style>
background-color css
<style>
a { background-color: #C18C75; }
a { background-color: rgb(193,140,117); }
div.DivClassName
{
background-color: #C18C75;
}
.BgClassName
{
background-color: #C18C75;
}
</style>
border-color css
<style>
span { border-color: #C18C75; }
span { border-color: rgb(193,140,117); }
td.TdClassName
{
border-color: #C18C75;
}
.TagClassName
{
border-color: #C18C75;
}
</style>