Shades of Feldspar #C18C74
Tints of Feldspar #C18C74
RGB
CMYK
RGB Variations
Color information
#C18C74 (or 0xC18C74) is known color: Feldspar. HEX triplet: C1, 8C and 74. RGB value is (193,140,116). Sum of RGB (Red+Green+Blue) = 193+140+116=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18C74 is #3E738B. Grayscale: #999999. Windows color (decimal): -4092812 or 7638209. OLE color: 7638209.
HSL color Cylindrical-coordinate representation of color #C18C74: hue angle of 18.7º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C18C74 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 116 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.24 |
| HSL | 18.7º | 0.38% | 0.61% | - |
| HSV(B) | 18.7º | 0.4% | 0.76% | - |
| XYZ | 34.52 | 31.35 | 20.76 | - |
| YUV | 153.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 116 | 0 | 0.27 | 0.40 | 0.24 | 18.7 | 0.38 | 0.61 |
| Hex | C1 | 8C | 74 | 0 | 1B | 28 | 18 | 13 | 26 | 3D |
| Octal | 301 | 214 | 164 | 0 | 33 | 50 | 30 | 23 | 46 | 75 |
| Binary | 11000001 | 10001100 | 1110100 | 0 | 11011 | 101000 | 11000 | 10011 | 100110 | 111101 |
Color Harmonies of #C18C74
Complementary color
Monochromatic Colors of #C18C74
Black with #C18C74
Text Example
Text Example
White with #C18C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C74; }
p { color: rgb(193,140,116); }
H1.HeaderClassName
{
color: #C18C74;
}
.AnyTagClassName
{
color: #C18C74;
}
</style>
background-color css
<style>
a { background-color: #C18C74; }
a { background-color: rgb(193,140,116); }
div.DivClassName
{
background-color: #C18C74;
}
.BgClassName
{
background-color: #C18C74;
}
</style>
border-color css
<style>
span { border-color: #C18C74; }
span { border-color: rgb(193,140,116); }
td.TdClassName
{
border-color: #C18C74;
}
.TagClassName
{
border-color: #C18C74;
}
</style>