Shades of Feldspar #CF907A
Tints of Feldspar #CF907A
RGB
CMYK
RGB Variations
Color information
#CF907A (or 0xCF907A) is known color: Feldspar. HEX triplet: CF, 90 and 7A. RGB value is (207,144,122). Sum of RGB (Red+Green+Blue) = 207+144+122=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF907A is #306F85. Grayscale: #A0A0A0. Windows color (decimal): -3174278 or 8032463. OLE color: 8032463.
HSL color Cylindrical-coordinate representation of color #CF907A: hue angle of 15.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF907A is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 122 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.19 |
| HSL | 15.53º | 0.47% | 0.65% | - |
| HSV(B) | 15.53º | 0.41% | 0.81% | - |
| XYZ | 39.22 | 34.62 | 23.03 | - |
| YUV | 160.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 122 | 0 | 0.30 | 0.41 | 0.19 | 15.53 | 0.47 | 0.65 |
| Hex | CF | 90 | 7A | 0 | 1E | 29 | 13 | 10 | 2F | 41 |
| Octal | 317 | 220 | 172 | 0 | 36 | 51 | 23 | 20 | 57 | 101 |
| Binary | 11001111 | 10010000 | 1111010 | 0 | 11110 | 101001 | 10011 | 10000 | 101111 | 1000001 |
Color Harmonies of #CF907A
Complementary color
Monochromatic Colors of #CF907A
Black with #CF907A
Text Example
Text Example
White with #CF907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF907A; }
p { color: rgb(207,144,122); }
H1.HeaderClassName
{
color: #CF907A;
}
.AnyTagClassName
{
color: #CF907A;
}
</style>
background-color css
<style>
a { background-color: #CF907A; }
a { background-color: rgb(207,144,122); }
div.DivClassName
{
background-color: #CF907A;
}
.BgClassName
{
background-color: #CF907A;
}
</style>
border-color css
<style>
span { border-color: #CF907A; }
span { border-color: rgb(207,144,122); }
td.TdClassName
{
border-color: #CF907A;
}
.TagClassName
{
border-color: #CF907A;
}
</style>