Shades of Feldspar #CF9372
Tints of Feldspar #CF9372
RGB
CMYK
RGB Variations
Color information
#CF9372 (or 0xCF9372) is known color: Feldspar. HEX triplet: CF, 93 and 72. RGB value is (207,147,114). Sum of RGB (Red+Green+Blue) = 207+147+114=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9372 is #306C8D. Grayscale: #A1A1A1. Windows color (decimal): -3173518 or 7508943. OLE color: 7508943.
HSL color Cylindrical-coordinate representation of color #CF9372: hue angle of 21.29º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF9372 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 114 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.19 |
| HSL | 21.29º | 0.49% | 0.63% | - |
| HSV(B) | 21.29º | 0.45% | 0.81% | - |
| XYZ | 39.2 | 35.35 | 20.68 | - |
| YUV | 161.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 114 | 0 | 0.29 | 0.45 | 0.19 | 21.29 | 0.49 | 0.63 |
| Hex | CF | 93 | 72 | 0 | 1D | 2D | 13 | 15 | 31 | 3F |
| Octal | 317 | 223 | 162 | 0 | 35 | 55 | 23 | 25 | 61 | 77 |
| Binary | 11001111 | 10010011 | 1110010 | 0 | 11101 | 101101 | 10011 | 10101 | 110001 | 111111 |
Color Harmonies of #CF9372
Complementary color
Monochromatic Colors of #CF9372
Black with #CF9372
Text Example
Text Example
White with #CF9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9372; }
p { color: rgb(207,147,114); }
H1.HeaderClassName
{
color: #CF9372;
}
.AnyTagClassName
{
color: #CF9372;
}
</style>
background-color css
<style>
a { background-color: #CF9372; }
a { background-color: rgb(207,147,114); }
div.DivClassName
{
background-color: #CF9372;
}
.BgClassName
{
background-color: #CF9372;
}
</style>
border-color css
<style>
span { border-color: #CF9372; }
span { border-color: rgb(207,147,114); }
td.TdClassName
{
border-color: #CF9372;
}
.TagClassName
{
border-color: #CF9372;
}
</style>