Shades of Feldspar #C39078
Tints of Feldspar #C39078
RGB
CMYK
RGB Variations
Color information
#C39078 (or 0xC39078) is known color: Feldspar. HEX triplet: C3, 90 and 78. RGB value is (195,144,120). Sum of RGB (Red+Green+Blue) = 195+144+120=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C39078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39078 is #3C6F87. Grayscale: #9C9C9C. Windows color (decimal): -3960712 or 7901379. OLE color: 7901379.
HSL color Cylindrical-coordinate representation of color #C39078: hue angle of 19.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C39078 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 120 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.24 |
| HSL | 19.2º | 0.38% | 0.62% | - |
| HSV(B) | 19.2º | 0.38% | 0.76% | - |
| XYZ | 35.87 | 32.9 | 22.23 | - |
| YUV | 156.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 120 | 0 | 0.26 | 0.38 | 0.24 | 19.2 | 0.38 | 0.62 |
| Hex | C3 | 90 | 78 | 0 | 1A | 26 | 18 | 13 | 26 | 3E |
| Octal | 303 | 220 | 170 | 0 | 32 | 46 | 30 | 23 | 46 | 76 |
| Binary | 11000011 | 10010000 | 1111000 | 0 | 11010 | 100110 | 11000 | 10011 | 100110 | 111110 |
Color Harmonies of #C39078
Complementary color
Monochromatic Colors of #C39078
Black with #C39078
Text Example
Text Example
White with #C39078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39078; }
p { color: rgb(195,144,120); }
H1.HeaderClassName
{
color: #C39078;
}
.AnyTagClassName
{
color: #C39078;
}
</style>
background-color css
<style>
a { background-color: #C39078; }
a { background-color: rgb(195,144,120); }
div.DivClassName
{
background-color: #C39078;
}
.BgClassName
{
background-color: #C39078;
}
</style>
border-color css
<style>
span { border-color: #C39078; }
span { border-color: rgb(195,144,120); }
td.TdClassName
{
border-color: #C39078;
}
.TagClassName
{
border-color: #C39078;
}
</style>