Shades of Feldspar #C88A76
Tints of Feldspar #C88A76
RGB
CMYK
RGB Variations
Color information
#C88A76 (or 0xC88A76) is known color: Feldspar. HEX triplet: C8, 8A and 76. RGB value is (200,138,118). Sum of RGB (Red+Green+Blue) = 200+138+118=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A76 is #377589. Grayscale: #9A9A9A. Windows color (decimal): -3634570 or 7768776. OLE color: 7768776.
HSL color Cylindrical-coordinate representation of color #C88A76: hue angle of 14.63º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88A76 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 118 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.22 |
| HSL | 14.63º | 0.43% | 0.62% | - |
| HSV(B) | 14.63º | 0.41% | 0.78% | - |
| XYZ | 36.18 | 31.76 | 21.36 | - |
| YUV | 154.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 118 | 0 | 0.31 | 0.41 | 0.22 | 14.63 | 0.43 | 0.62 |
| Hex | C8 | 8A | 76 | 0 | 1F | 29 | 16 | F | 2B | 3E |
| Octal | 310 | 212 | 166 | 0 | 37 | 51 | 26 | 17 | 53 | 76 |
| Binary | 11001000 | 10001010 | 1110110 | 0 | 11111 | 101001 | 10110 | 1111 | 101011 | 111110 |
Color Harmonies of #C88A76
Complementary color
Monochromatic Colors of #C88A76
Black with #C88A76
Text Example
Text Example
White with #C88A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A76; }
p { color: rgb(200,138,118); }
H1.HeaderClassName
{
color: #C88A76;
}
.AnyTagClassName
{
color: #C88A76;
}
</style>
background-color css
<style>
a { background-color: #C88A76; }
a { background-color: rgb(200,138,118); }
div.DivClassName
{
background-color: #C88A76;
}
.BgClassName
{
background-color: #C88A76;
}
</style>
border-color css
<style>
span { border-color: #C88A76; }
span { border-color: rgb(200,138,118); }
td.TdClassName
{
border-color: #C88A76;
}
.TagClassName
{
border-color: #C88A76;
}
</style>