Shades of Feldspar #CF947D
Tints of Feldspar #CF947D
RGB
CMYK
RGB Variations
Color information
#CF947D (or 0xCF947D) is known color: Feldspar. HEX triplet: CF, 94 and 7D. RGB value is (207,148,125). Sum of RGB (Red+Green+Blue) = 207+148+125=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF947D is #306B82. Grayscale: #A3A3A3. Windows color (decimal): -3173251 or 8230095. OLE color: 8230095.
HSL color Cylindrical-coordinate representation of color #CF947D: hue angle of 16.83º 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 #CF947D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 148 | 125 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.19 |
| HSL | 16.83º | 0.46% | 0.65% | - |
| HSV(B) | 16.83º | 0.4% | 0.81% | - |
| XYZ | 40.02 | 35.93 | 24.23 | - |
| YUV | 163.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 148 | 125 | 0 | 0.29 | 0.40 | 0.19 | 16.83 | 0.46 | 0.65 |
| Hex | CF | 94 | 7D | 0 | 1D | 28 | 13 | 11 | 2E | 41 |
| Octal | 317 | 224 | 175 | 0 | 35 | 50 | 23 | 21 | 56 | 101 |
| Binary | 11001111 | 10010100 | 1111101 | 0 | 11101 | 101000 | 10011 | 10001 | 101110 | 1000001 |
Color Harmonies of #CF947D
Complementary color
Monochromatic Colors of #CF947D
Black with #CF947D
Text Example
Text Example
White with #CF947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF947D; }
p { color: rgb(207,148,125); }
H1.HeaderClassName
{
color: #CF947D;
}
.AnyTagClassName
{
color: #CF947D;
}
</style>
background-color css
<style>
a { background-color: #CF947D; }
a { background-color: rgb(207,148,125); }
div.DivClassName
{
background-color: #CF947D;
}
.BgClassName
{
background-color: #CF947D;
}
</style>
border-color css
<style>
span { border-color: #CF947D; }
span { border-color: rgb(207,148,125); }
td.TdClassName
{
border-color: #CF947D;
}
.TagClassName
{
border-color: #CF947D;
}
</style>