Shades of Feldspar #C88572
Tints of Feldspar #C88572
RGB
CMYK
RGB Variations
Color information
#C88572 (or 0xC88572) is known color: Feldspar. HEX triplet: C8, 85 and 72. RGB value is (200,133,114). Sum of RGB (Red+Green+Blue) = 200+133+114=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88572 is #377A8D. Grayscale: #979797. Windows color (decimal): -3635854 or 7505352. OLE color: 7505352.
HSL color Cylindrical-coordinate representation of color #C88572: hue angle of 13.26º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C88572 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 114 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.22 |
| HSL | 13.26º | 0.44% | 0.62% | - |
| HSV(B) | 13.26º | 0.43% | 0.78% | - |
| XYZ | 35.24 | 30.27 | 19.9 | - |
| YUV | 150.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 114 | 0 | 0.34 | 0.43 | 0.22 | 13.26 | 0.44 | 0.62 |
| Hex | C8 | 85 | 72 | 0 | 22 | 2B | 16 | D | 2C | 3E |
| Octal | 310 | 205 | 162 | 0 | 42 | 53 | 26 | 15 | 54 | 76 |
| Binary | 11001000 | 10000101 | 1110010 | 0 | 100010 | 101011 | 10110 | 1101 | 101100 | 111110 |
Color Harmonies of #C88572
Complementary color
Monochromatic Colors of #C88572
Black with #C88572
Text Example
Text Example
White with #C88572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88572; }
p { color: rgb(200,133,114); }
H1.HeaderClassName
{
color: #C88572;
}
.AnyTagClassName
{
color: #C88572;
}
</style>
background-color css
<style>
a { background-color: #C88572; }
a { background-color: rgb(200,133,114); }
div.DivClassName
{
background-color: #C88572;
}
.BgClassName
{
background-color: #C88572;
}
</style>
border-color css
<style>
span { border-color: #C88572; }
span { border-color: rgb(200,133,114); }
td.TdClassName
{
border-color: #C88572;
}
.TagClassName
{
border-color: #C88572;
}
</style>