Shades of Feldspar #C8957A
Tints of Feldspar #C8957A
RGB
CMYK
RGB Variations
Color information
#C8957A (or 0xC8957A) is known color: Feldspar. HEX triplet: C8, 95 and 7A. RGB value is (200,149,122). Sum of RGB (Red+Green+Blue) = 200+149+122=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8957A is #376A85. Grayscale: #A1A1A1. Windows color (decimal): -3631750 or 8033736. OLE color: 8033736.
HSL color Cylindrical-coordinate representation of color #C8957A: hue angle of 20.77º 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 #C8957A is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 122 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.22 |
| HSL | 20.77º | 0.41% | 0.63% | - |
| HSV(B) | 20.77º | 0.39% | 0.78% | - |
| XYZ | 38.08 | 35.18 | 23.2 | - |
| YUV | 161.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 122 | 0 | 0.26 | 0.39 | 0.22 | 20.77 | 0.41 | 0.63 |
| Hex | C8 | 95 | 7A | 0 | 1A | 27 | 16 | 15 | 29 | 3F |
| Octal | 310 | 225 | 172 | 0 | 32 | 47 | 26 | 25 | 51 | 77 |
| Binary | 11001000 | 10010101 | 1111010 | 0 | 11010 | 100111 | 10110 | 10101 | 101001 | 111111 |
Color Harmonies of #C8957A
Complementary color
Monochromatic Colors of #C8957A
Black with #C8957A
Text Example
Text Example
White with #C8957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8957A; }
p { color: rgb(200,149,122); }
H1.HeaderClassName
{
color: #C8957A;
}
.AnyTagClassName
{
color: #C8957A;
}
</style>
background-color css
<style>
a { background-color: #C8957A; }
a { background-color: rgb(200,149,122); }
div.DivClassName
{
background-color: #C8957A;
}
.BgClassName
{
background-color: #C8957A;
}
</style>
border-color css
<style>
span { border-color: #C8957A; }
span { border-color: rgb(200,149,122); }
td.TdClassName
{
border-color: #C8957A;
}
.TagClassName
{
border-color: #C8957A;
}
</style>