Shades of Feldspar #CF9A80
Tints of Feldspar #CF9A80
RGB
CMYK
RGB Variations
Color information
#CF9A80 (or 0xCF9A80) is known color: Feldspar. HEX triplet: CF, 9A and 80. RGB value is (207,154,128). Sum of RGB (Red+Green+Blue) = 207+154+128=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9A80 is #30657F. Grayscale: #A7A7A7. Windows color (decimal): -3171712 or 8428239. OLE color: 8428239.
HSL color Cylindrical-coordinate representation of color #CF9A80: hue angle of 19.75º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9A80 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 128 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.19 |
| HSL | 19.75º | 0.45% | 0.66% | - |
| HSV(B) | 19.75º | 0.38% | 0.81% | - |
| XYZ | 41.18 | 37.94 | 25.57 | - |
| YUV | 166.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 128 | 0 | 0.26 | 0.38 | 0.19 | 19.75 | 0.45 | 0.66 |
| Hex | CF | 9A | 80 | 0 | 1A | 26 | 13 | 14 | 2D | 42 |
| Octal | 317 | 232 | 200 | 0 | 32 | 46 | 23 | 24 | 55 | 102 |
| Binary | 11001111 | 10011010 | 10000000 | 0 | 11010 | 100110 | 10011 | 10100 | 101101 | 1000010 |
Color Harmonies of #CF9A80
Complementary color
Monochromatic Colors of #CF9A80
Black with #CF9A80
Text Example
Text Example
White with #CF9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A80; }
p { color: rgb(207,154,128); }
H1.HeaderClassName
{
color: #CF9A80;
}
.AnyTagClassName
{
color: #CF9A80;
}
</style>
background-color css
<style>
a { background-color: #CF9A80; }
a { background-color: rgb(207,154,128); }
div.DivClassName
{
background-color: #CF9A80;
}
.BgClassName
{
background-color: #CF9A80;
}
</style>
border-color css
<style>
span { border-color: #CF9A80; }
span { border-color: rgb(207,154,128); }
td.TdClassName
{
border-color: #CF9A80;
}
.TagClassName
{
border-color: #CF9A80;
}
</style>