Shades of Feldspar #CF927B
Tints of Feldspar #CF927B
RGB
CMYK
RGB Variations
Color information
#CF927B (or 0xCF927B) is known color: Feldspar. HEX triplet: CF, 92 and 7B. RGB value is (207,146,123). Sum of RGB (Red+Green+Blue) = 207+146+123=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF927B is #306D84. Grayscale: #A1A1A1. Windows color (decimal): -3173765 or 8098511. OLE color: 8098511.
HSL color Cylindrical-coordinate representation of color #CF927B: hue angle of 16.43º 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 #CF927B is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 123 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.19 |
| HSL | 16.43º | 0.47% | 0.65% | - |
| HSV(B) | 16.43º | 0.41% | 0.81% | - |
| XYZ | 39.59 | 35.25 | 23.46 | - |
| YUV | 161.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 123 | 0 | 0.29 | 0.41 | 0.19 | 16.43 | 0.47 | 0.65 |
| Hex | CF | 92 | 7B | 0 | 1D | 29 | 13 | 10 | 2F | 41 |
| Octal | 317 | 222 | 173 | 0 | 35 | 51 | 23 | 20 | 57 | 101 |
| Binary | 11001111 | 10010010 | 1111011 | 0 | 11101 | 101001 | 10011 | 10000 | 101111 | 1000001 |
Color Harmonies of #CF927B
Complementary color
Monochromatic Colors of #CF927B
Black with #CF927B
Text Example
Text Example
White with #CF927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF927B; }
p { color: rgb(207,146,123); }
H1.HeaderClassName
{
color: #CF927B;
}
.AnyTagClassName
{
color: #CF927B;
}
</style>
background-color css
<style>
a { background-color: #CF927B; }
a { background-color: rgb(207,146,123); }
div.DivClassName
{
background-color: #CF927B;
}
.BgClassName
{
background-color: #CF927B;
}
</style>
border-color css
<style>
span { border-color: #CF927B; }
span { border-color: rgb(207,146,123); }
td.TdClassName
{
border-color: #CF927B;
}
.TagClassName
{
border-color: #CF927B;
}
</style>