Shades of Feldspar #CD9072
Tints of Feldspar #CD9072
RGB
CMYK
RGB Variations
Color information
#CD9072 (or 0xCD9072) is known color: Feldspar. HEX triplet: CD, 90 and 72. RGB value is (205,144,114). Sum of RGB (Red+Green+Blue) = 205+144+114=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9072 is #326F8D. Grayscale: #9E9E9E. Windows color (decimal): -3305358 or 7508173. OLE color: 7508173.
HSL color Cylindrical-coordinate representation of color #CD9072: hue angle of 19.78º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD9072 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 114 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.20 |
| HSL | 19.78º | 0.48% | 0.63% | - |
| HSV(B) | 19.78º | 0.44% | 0.8% | - |
| XYZ | 38.19 | 34.14 | 20.5 | - |
| YUV | 158.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 114 | 0 | 0.30 | 0.44 | 0.20 | 19.78 | 0.48 | 0.63 |
| Hex | CD | 90 | 72 | 0 | 1E | 2C | 14 | 14 | 30 | 3F |
| Octal | 315 | 220 | 162 | 0 | 36 | 54 | 24 | 24 | 60 | 77 |
| Binary | 11001101 | 10010000 | 1110010 | 0 | 11110 | 101100 | 10100 | 10100 | 110000 | 111111 |
Color Harmonies of #CD9072
Complementary color
Monochromatic Colors of #CD9072
Black with #CD9072
Text Example
Text Example
White with #CD9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9072; }
p { color: rgb(205,144,114); }
H1.HeaderClassName
{
color: #CD9072;
}
.AnyTagClassName
{
color: #CD9072;
}
</style>
background-color css
<style>
a { background-color: #CD9072; }
a { background-color: rgb(205,144,114); }
div.DivClassName
{
background-color: #CD9072;
}
.BgClassName
{
background-color: #CD9072;
}
</style>
border-color css
<style>
span { border-color: #CD9072; }
span { border-color: rgb(205,144,114); }
td.TdClassName
{
border-color: #CD9072;
}
.TagClassName
{
border-color: #CD9072;
}
</style>