Shades of Feldspar #CF8A73
Tints of Feldspar #CF8A73
RGB
CMYK
RGB Variations
Color information
#CF8A73 (or 0xCF8A73) is known color: Feldspar. HEX triplet: CF, 8A and 73. RGB value is (207,138,115). Sum of RGB (Red+Green+Blue) = 207+138+115=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A73 is #30758C. Grayscale: #9C9C9C. Windows color (decimal): -3175821 or 7572175. OLE color: 7572175.
HSL color Cylindrical-coordinate representation of color #CF8A73: hue angle of 15º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8A73 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 115 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.19 |
| HSL | 15º | 0.49% | 0.63% | - |
| HSV(B) | 15º | 0.44% | 0.81% | - |
| XYZ | 37.92 | 32.68 | 20.53 | - |
| YUV | 156.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 115 | 0 | 0.33 | 0.44 | 0.19 | 15 | 0.49 | 0.63 |
| Hex | CF | 8A | 73 | 0 | 21 | 2C | 13 | F | 31 | 3F |
| Octal | 317 | 212 | 163 | 0 | 41 | 54 | 23 | 17 | 61 | 77 |
| Binary | 11001111 | 10001010 | 1110011 | 0 | 100001 | 101100 | 10011 | 1111 | 110001 | 111111 |
Color Harmonies of #CF8A73
Complementary color
Monochromatic Colors of #CF8A73
Black with #CF8A73
Text Example
Text Example
White with #CF8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A73; }
p { color: rgb(207,138,115); }
H1.HeaderClassName
{
color: #CF8A73;
}
.AnyTagClassName
{
color: #CF8A73;
}
</style>
background-color css
<style>
a { background-color: #CF8A73; }
a { background-color: rgb(207,138,115); }
div.DivClassName
{
background-color: #CF8A73;
}
.BgClassName
{
background-color: #CF8A73;
}
</style>
border-color css
<style>
span { border-color: #CF8A73; }
span { border-color: rgb(207,138,115); }
td.TdClassName
{
border-color: #CF8A73;
}
.TagClassName
{
border-color: #CF8A73;
}
</style>