Shades of Feldspar #C8907A
Tints of Feldspar #C8907A
RGB
CMYK
RGB Variations
Color information
#C8907A (or 0xC8907A) is known color: Feldspar. HEX triplet: C8, 90 and 7A. RGB value is (200,144,122). Sum of RGB (Red+Green+Blue) = 200+144+122=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8907A is #376F85. Grayscale: #9E9E9E. Windows color (decimal): -3633030 or 8032456. OLE color: 8032456.
HSL color Cylindrical-coordinate representation of color #C8907A: hue angle of 16.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8907A is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 122 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.22 |
| HSL | 16.92º | 0.41% | 0.63% | - |
| HSV(B) | 16.92º | 0.39% | 0.78% | - |
| XYZ | 37.31 | 33.63 | 22.94 | - |
| YUV | 158.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 122 | 0 | 0.28 | 0.39 | 0.22 | 16.92 | 0.41 | 0.63 |
| Hex | C8 | 90 | 7A | 0 | 1C | 27 | 16 | 11 | 29 | 3F |
| Octal | 310 | 220 | 172 | 0 | 34 | 47 | 26 | 21 | 51 | 77 |
| Binary | 11001000 | 10010000 | 1111010 | 0 | 11100 | 100111 | 10110 | 10001 | 101001 | 111111 |
Color Harmonies of #C8907A
Complementary color
Monochromatic Colors of #C8907A
Black with #C8907A
Text Example
Text Example
White with #C8907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8907A; }
p { color: rgb(200,144,122); }
H1.HeaderClassName
{
color: #C8907A;
}
.AnyTagClassName
{
color: #C8907A;
}
</style>
background-color css
<style>
a { background-color: #C8907A; }
a { background-color: rgb(200,144,122); }
div.DivClassName
{
background-color: #C8907A;
}
.BgClassName
{
background-color: #C8907A;
}
</style>
border-color css
<style>
span { border-color: #C8907A; }
span { border-color: rgb(200,144,122); }
td.TdClassName
{
border-color: #C8907A;
}
.TagClassName
{
border-color: #C8907A;
}
</style>