Shades of Feldspar #CF937D
Tints of Feldspar #CF937D
RGB
CMYK
RGB Variations
Color information
#CF937D (or 0xCF937D) is known color: Feldspar. HEX triplet: CF, 93 and 7D. RGB value is (207,147,125). Sum of RGB (Red+Green+Blue) = 207+147+125=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF937D is #306C82. Grayscale: #A2A2A2. Windows color (decimal): -3173507 or 8229839. OLE color: 8229839.
HSL color Cylindrical-coordinate representation of color #CF937D: hue angle of 16.1º 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 #CF937D is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 125 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.19 |
| HSL | 16.1º | 0.46% | 0.65% | - |
| HSV(B) | 16.1º | 0.4% | 0.81% | - |
| XYZ | 39.87 | 35.61 | 24.17 | - |
| YUV | 162.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 125 | 0 | 0.29 | 0.40 | 0.19 | 16.1 | 0.46 | 0.65 |
| Hex | CF | 93 | 7D | 0 | 1D | 28 | 13 | 10 | 2E | 41 |
| Octal | 317 | 223 | 175 | 0 | 35 | 50 | 23 | 20 | 56 | 101 |
| Binary | 11001111 | 10010011 | 1111101 | 0 | 11101 | 101000 | 10011 | 10000 | 101110 | 1000001 |
Color Harmonies of #CF937D
Complementary color
Monochromatic Colors of #CF937D
Black with #CF937D
Text Example
Text Example
White with #CF937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF937D; }
p { color: rgb(207,147,125); }
H1.HeaderClassName
{
color: #CF937D;
}
.AnyTagClassName
{
color: #CF937D;
}
</style>
background-color css
<style>
a { background-color: #CF937D; }
a { background-color: rgb(207,147,125); }
div.DivClassName
{
background-color: #CF937D;
}
.BgClassName
{
background-color: #CF937D;
}
</style>
border-color css
<style>
span { border-color: #CF937D; }
span { border-color: rgb(207,147,125); }
td.TdClassName
{
border-color: #CF937D;
}
.TagClassName
{
border-color: #CF937D;
}
</style>