Shades of Feldspar #C68F7C
Tints of Feldspar #C68F7C
RGB
CMYK
RGB Variations
Color information
#C68F7C (or 0xC68F7C) is known color: Feldspar. HEX triplet: C6, 8F and 7C. RGB value is (198,143,124). Sum of RGB (Red+Green+Blue) = 198+143+124=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F7C is #397083. Grayscale: #9D9D9D. Windows color (decimal): -3764356 or 8163270. OLE color: 8163270.
HSL color Cylindrical-coordinate representation of color #C68F7C: hue angle of 15.41º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C68F7C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 124 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.22 |
| HSL | 15.41º | 0.39% | 0.63% | - |
| HSV(B) | 15.41º | 0.37% | 0.78% | - |
| XYZ | 36.75 | 33.11 | 23.52 | - |
| YUV | 157.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 124 | 0 | 0.28 | 0.37 | 0.22 | 15.41 | 0.39 | 0.63 |
| Hex | C6 | 8F | 7C | 0 | 1C | 25 | 16 | F | 27 | 3F |
| Octal | 306 | 217 | 174 | 0 | 34 | 45 | 26 | 17 | 47 | 77 |
| Binary | 11000110 | 10001111 | 1111100 | 0 | 11100 | 100101 | 10110 | 1111 | 100111 | 111111 |
Color Harmonies of #C68F7C
Complementary color
Monochromatic Colors of #C68F7C
Black with #C68F7C
Text Example
Text Example
White with #C68F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F7C; }
p { color: rgb(198,143,124); }
H1.HeaderClassName
{
color: #C68F7C;
}
.AnyTagClassName
{
color: #C68F7C;
}
</style>
background-color css
<style>
a { background-color: #C68F7C; }
a { background-color: rgb(198,143,124); }
div.DivClassName
{
background-color: #C68F7C;
}
.BgClassName
{
background-color: #C68F7C;
}
</style>
border-color css
<style>
span { border-color: #C68F7C; }
span { border-color: rgb(198,143,124); }
td.TdClassName
{
border-color: #C68F7C;
}
.TagClassName
{
border-color: #C68F7C;
}
</style>