Shades of Feldspar #C68A78
Tints of Feldspar #C68A78
RGB
CMYK
RGB Variations
Color information
#C68A78 (or 0xC68A78) is known color: Feldspar. HEX triplet: C6, 8A and 78. RGB value is (198,138,120). Sum of RGB (Red+Green+Blue) = 198+138+120=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A78 is #397587. Grayscale: #9A9A9A. Windows color (decimal): -3765640 or 7899846. OLE color: 7899846.
HSL color Cylindrical-coordinate representation of color #C68A78: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C68A78 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 120 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.22 |
| HSL | 13.85º | 0.41% | 0.62% | - |
| HSV(B) | 13.85º | 0.39% | 0.78% | - |
| XYZ | 35.77 | 31.54 | 21.97 | - |
| YUV | 153.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 120 | 0 | 0.30 | 0.39 | 0.22 | 13.85 | 0.41 | 0.62 |
| Hex | C6 | 8A | 78 | 0 | 1E | 27 | 16 | E | 29 | 3E |
| Octal | 306 | 212 | 170 | 0 | 36 | 47 | 26 | 16 | 51 | 76 |
| Binary | 11000110 | 10001010 | 1111000 | 0 | 11110 | 100111 | 10110 | 1110 | 101001 | 111110 |
Color Harmonies of #C68A78
Complementary color
Monochromatic Colors of #C68A78
Black with #C68A78
Text Example
Text Example
White with #C68A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A78; }
p { color: rgb(198,138,120); }
H1.HeaderClassName
{
color: #C68A78;
}
.AnyTagClassName
{
color: #C68A78;
}
</style>
background-color css
<style>
a { background-color: #C68A78; }
a { background-color: rgb(198,138,120); }
div.DivClassName
{
background-color: #C68A78;
}
.BgClassName
{
background-color: #C68A78;
}
</style>
border-color css
<style>
span { border-color: #C68A78; }
span { border-color: rgb(198,138,120); }
td.TdClassName
{
border-color: #C68A78;
}
.TagClassName
{
border-color: #C68A78;
}
</style>