Shades of Feldspar #CF9B7D
Tints of Feldspar #CF9B7D
RGB
CMYK
RGB Variations
Color information
#CF9B7D (or 0xCF9B7D) is known color: Feldspar. HEX triplet: CF, 9B and 7D. RGB value is (207,155,125). Sum of RGB (Red+Green+Blue) = 207+155+125=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B7D is #306482. Grayscale: #A7A7A7. Windows color (decimal): -3171459 or 8231887. OLE color: 8231887.
HSL color Cylindrical-coordinate representation of color #CF9B7D: hue angle of 21.95º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF9B7D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 125 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.19 |
| HSL | 21.95º | 0.46% | 0.65% | - |
| HSV(B) | 21.95º | 0.4% | 0.81% | - |
| XYZ | 41.16 | 38.19 | 24.6 | - |
| YUV | 167.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 125 | 0 | 0.25 | 0.40 | 0.19 | 21.95 | 0.46 | 0.65 |
| Hex | CF | 9B | 7D | 0 | 19 | 28 | 13 | 16 | 2E | 41 |
| Octal | 317 | 233 | 175 | 0 | 31 | 50 | 23 | 26 | 56 | 101 |
| Binary | 11001111 | 10011011 | 1111101 | 0 | 11001 | 101000 | 10011 | 10110 | 101110 | 1000001 |
Color Harmonies of #CF9B7D
Complementary color
Monochromatic Colors of #CF9B7D
Black with #CF9B7D
Text Example
Text Example
White with #CF9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B7D; }
p { color: rgb(207,155,125); }
H1.HeaderClassName
{
color: #CF9B7D;
}
.AnyTagClassName
{
color: #CF9B7D;
}
</style>
background-color css
<style>
a { background-color: #CF9B7D; }
a { background-color: rgb(207,155,125); }
div.DivClassName
{
background-color: #CF9B7D;
}
.BgClassName
{
background-color: #CF9B7D;
}
</style>
border-color css
<style>
span { border-color: #CF9B7D; }
span { border-color: rgb(207,155,125); }
td.TdClassName
{
border-color: #CF9B7D;
}
.TagClassName
{
border-color: #CF9B7D;
}
</style>