Shades of Feldspar #C98572
Tints of Feldspar #C98572
RGB
CMYK
RGB Variations
Color information
#C98572 (or 0xC98572) is known color: Feldspar. HEX triplet: C9, 85 and 72. RGB value is (201,133,114). Sum of RGB (Red+Green+Blue) = 201+133+114=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C98572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98572 is #367A8D. Grayscale: #979797. Windows color (decimal): -3570318 or 7505353. OLE color: 7505353.
HSL color Cylindrical-coordinate representation of color #C98572: hue angle of 13.1º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C98572 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 114 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.21 |
| HSL | 13.1º | 0.45% | 0.62% | - |
| HSV(B) | 13.1º | 0.43% | 0.79% | - |
| XYZ | 35.51 | 30.41 | 19.92 | - |
| YUV | 151.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 114 | 0 | 0.34 | 0.43 | 0.21 | 13.1 | 0.45 | 0.62 |
| Hex | C9 | 85 | 72 | 0 | 22 | 2B | 15 | D | 2D | 3E |
| Octal | 311 | 205 | 162 | 0 | 42 | 53 | 25 | 15 | 55 | 76 |
| Binary | 11001001 | 10000101 | 1110010 | 0 | 100010 | 101011 | 10101 | 1101 | 101101 | 111110 |
Color Harmonies of #C98572
Complementary color
Monochromatic Colors of #C98572
Black with #C98572
Text Example
Text Example
White with #C98572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98572; }
p { color: rgb(201,133,114); }
H1.HeaderClassName
{
color: #C98572;
}
.AnyTagClassName
{
color: #C98572;
}
</style>
background-color css
<style>
a { background-color: #C98572; }
a { background-color: rgb(201,133,114); }
div.DivClassName
{
background-color: #C98572;
}
.BgClassName
{
background-color: #C98572;
}
</style>
border-color css
<style>
span { border-color: #C98572; }
span { border-color: rgb(201,133,114); }
td.TdClassName
{
border-color: #C98572;
}
.TagClassName
{
border-color: #C98572;
}
</style>