Shades of Feldspar #C88C7A
Tints of Feldspar #C88C7A
RGB
CMYK
RGB Variations
Color information
#C88C7A (or 0xC88C7A) is known color: Feldspar. HEX triplet: C8, 8C and 7A. RGB value is (200,140,122). Sum of RGB (Red+Green+Blue) = 200+140+122=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C7A is #377385. Grayscale: #9C9C9C. Windows color (decimal): -3634054 or 8031432. OLE color: 8031432.
HSL color Cylindrical-coordinate representation of color #C88C7A: hue angle of 13.85º 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 #C88C7A is Cyan = 0, Magento = 0.3, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 122 | - |
| CMYK | 0 | 0.3 | 0.39 | 0.22 |
| HSL | 13.85º | 0.41% | 0.63% | - |
| HSV(B) | 13.85º | 0.39% | 0.78% | - |
| XYZ | 36.71 | 32.44 | 22.74 | - |
| YUV | 155.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 122 | 0 | 0.3 | 0.39 | 0.22 | 13.85 | 0.41 | 0.63 |
| Hex | C8 | 8C | 7A | 0 | 1E | 27 | 16 | E | 29 | 3F |
| Octal | 310 | 214 | 172 | 0 | 36 | 47 | 26 | 16 | 51 | 77 |
| Binary | 11001000 | 10001100 | 1111010 | 0 | 11110 | 100111 | 10110 | 1110 | 101001 | 111111 |
Color Harmonies of #C88C7A
Complementary color
Monochromatic Colors of #C88C7A
Black with #C88C7A
Text Example
Text Example
White with #C88C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C7A; }
p { color: rgb(200,140,122); }
H1.HeaderClassName
{
color: #C88C7A;
}
.AnyTagClassName
{
color: #C88C7A;
}
</style>
background-color css
<style>
a { background-color: #C88C7A; }
a { background-color: rgb(200,140,122); }
div.DivClassName
{
background-color: #C88C7A;
}
.BgClassName
{
background-color: #C88C7A;
}
</style>
border-color css
<style>
span { border-color: #C88C7A; }
span { border-color: rgb(200,140,122); }
td.TdClassName
{
border-color: #C88C7A;
}
.TagClassName
{
border-color: #C88C7A;
}
</style>