Shades of Feldspar #CF9378
Tints of Feldspar #CF9378
RGB
CMYK
RGB Variations
Color information
#CF9378 (or 0xCF9378) is known color: Feldspar. HEX triplet: CF, 93 and 78. RGB value is (207,147,120). Sum of RGB (Red+Green+Blue) = 207+147+120=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9378 is #306C87. Grayscale: #A2A2A2. Windows color (decimal): -3173512 or 7902159. OLE color: 7902159.
HSL color Cylindrical-coordinate representation of color #CF9378: hue angle of 18.62º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF9378 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 120 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.19 |
| HSL | 18.62º | 0.48% | 0.64% | - |
| HSV(B) | 18.62º | 0.42% | 0.81% | - |
| XYZ | 39.56 | 35.49 | 22.53 | - |
| YUV | 161.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 120 | 0 | 0.29 | 0.42 | 0.19 | 18.62 | 0.48 | 0.64 |
| Hex | CF | 93 | 78 | 0 | 1D | 2A | 13 | 13 | 30 | 40 |
| Octal | 317 | 223 | 170 | 0 | 35 | 52 | 23 | 23 | 60 | 100 |
| Binary | 11001111 | 10010011 | 1111000 | 0 | 11101 | 101010 | 10011 | 10011 | 110000 | 1000000 |
Color Harmonies of #CF9378
Complementary color
Monochromatic Colors of #CF9378
Black with #CF9378
Text Example
Text Example
White with #CF9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9378; }
p { color: rgb(207,147,120); }
H1.HeaderClassName
{
color: #CF9378;
}
.AnyTagClassName
{
color: #CF9378;
}
</style>
background-color css
<style>
a { background-color: #CF9378; }
a { background-color: rgb(207,147,120); }
div.DivClassName
{
background-color: #CF9378;
}
.BgClassName
{
background-color: #CF9378;
}
</style>
border-color css
<style>
span { border-color: #CF9378; }
span { border-color: rgb(207,147,120); }
td.TdClassName
{
border-color: #CF9378;
}
.TagClassName
{
border-color: #CF9378;
}
</style>