Shades of Feldspar #C49078
Tints of Feldspar #C49078
RGB
CMYK
RGB Variations
Color information
#C49078 (or 0xC49078) is known color: Feldspar. HEX triplet: C4, 90 and 78. RGB value is (196,144,120). Sum of RGB (Red+Green+Blue) = 196+144+120=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49078 is #3B6F87. Grayscale: #9C9C9C. Windows color (decimal): -3895176 or 7901380. OLE color: 7901380.
HSL color Cylindrical-coordinate representation of color #C49078: hue angle of 18.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49078 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 120 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.23 |
| HSL | 18.95º | 0.39% | 0.62% | - |
| HSV(B) | 18.95º | 0.39% | 0.77% | - |
| XYZ | 36.13 | 33.04 | 22.24 | - |
| YUV | 156.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 120 | 0 | 0.27 | 0.39 | 0.23 | 18.95 | 0.39 | 0.62 |
| Hex | C4 | 90 | 78 | 0 | 1B | 27 | 17 | 13 | 27 | 3E |
| Octal | 304 | 220 | 170 | 0 | 33 | 47 | 27 | 23 | 47 | 76 |
| Binary | 11000100 | 10010000 | 1111000 | 0 | 11011 | 100111 | 10111 | 10011 | 100111 | 111110 |
Color Harmonies of #C49078
Complementary color
Monochromatic Colors of #C49078
Black with #C49078
Text Example
Text Example
White with #C49078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49078; }
p { color: rgb(196,144,120); }
H1.HeaderClassName
{
color: #C49078;
}
.AnyTagClassName
{
color: #C49078;
}
</style>
background-color css
<style>
a { background-color: #C49078; }
a { background-color: rgb(196,144,120); }
div.DivClassName
{
background-color: #C49078;
}
.BgClassName
{
background-color: #C49078;
}
</style>
border-color css
<style>
span { border-color: #C49078; }
span { border-color: rgb(196,144,120); }
td.TdClassName
{
border-color: #C49078;
}
.TagClassName
{
border-color: #C49078;
}
</style>