Shades of Feldspar #C88A6D
Tints of Feldspar #C88A6D
RGB
CMYK
RGB Variations
Color information
#C88A6D (or 0xC88A6D) is known color: Feldspar. HEX triplet: C8, 8A and 6D. RGB value is (200,138,109). Sum of RGB (Red+Green+Blue) = 200+138+109=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A6D is #377592. Grayscale: #999999. Windows color (decimal): -3634579 or 7178952. OLE color: 7178952.
HSL color Cylindrical-coordinate representation of color #C88A6D: hue angle of 19.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C88A6D is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 109 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.22 |
| HSL | 19.12º | 0.45% | 0.61% | - |
| HSV(B) | 19.12º | 0.46% | 0.78% | - |
| XYZ | 35.67 | 31.56 | 18.68 | - |
| YUV | 153.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 109 | 0 | 0.31 | 0.46 | 0.22 | 19.12 | 0.45 | 0.61 |
| Hex | C8 | 8A | 6D | 0 | 1F | 2E | 16 | 13 | 2D | 3D |
| Octal | 310 | 212 | 155 | 0 | 37 | 56 | 26 | 23 | 55 | 75 |
| Binary | 11001000 | 10001010 | 1101101 | 0 | 11111 | 101110 | 10110 | 10011 | 101101 | 111101 |
Color Harmonies of #C88A6D
Complementary color
Monochromatic Colors of #C88A6D
Black with #C88A6D
Text Example
Text Example
White with #C88A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A6D; }
p { color: rgb(200,138,109); }
H1.HeaderClassName
{
color: #C88A6D;
}
.AnyTagClassName
{
color: #C88A6D;
}
</style>
background-color css
<style>
a { background-color: #C88A6D; }
a { background-color: rgb(200,138,109); }
div.DivClassName
{
background-color: #C88A6D;
}
.BgClassName
{
background-color: #C88A6D;
}
</style>
border-color css
<style>
span { border-color: #C88A6D; }
span { border-color: rgb(200,138,109); }
td.TdClassName
{
border-color: #C88A6D;
}
.TagClassName
{
border-color: #C88A6D;
}
</style>