Shades of Feldspar #CD8F77
Tints of Feldspar #CD8F77
RGB
CMYK
RGB Variations
Color information
#CD8F77 (or 0xCD8F77) is known color: Feldspar. HEX triplet: CD, 8F and 77. RGB value is (205,143,119). Sum of RGB (Red+Green+Blue) = 205+143+119=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F77 is #327088. Grayscale: #9E9E9E. Windows color (decimal): -3305609 or 7835597. OLE color: 7835597.
HSL color Cylindrical-coordinate representation of color #CD8F77: hue angle of 16.74º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD8F77 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 143 | 119 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.20 |
| HSL | 16.74º | 0.46% | 0.64% | - |
| HSV(B) | 16.74º | 0.42% | 0.8% | - |
| XYZ | 38.33 | 33.96 | 21.99 | - |
| YUV | 158.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 143 | 119 | 0 | 0.30 | 0.42 | 0.20 | 16.74 | 0.46 | 0.64 |
| Hex | CD | 8F | 77 | 0 | 1E | 2A | 14 | 11 | 2E | 40 |
| Octal | 315 | 217 | 167 | 0 | 36 | 52 | 24 | 21 | 56 | 100 |
| Binary | 11001101 | 10001111 | 1110111 | 0 | 11110 | 101010 | 10100 | 10001 | 101110 | 1000000 |
Color Harmonies of #CD8F77
Complementary color
Monochromatic Colors of #CD8F77
Black with #CD8F77
Text Example
Text Example
White with #CD8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8F77; }
p { color: rgb(205,143,119); }
H1.HeaderClassName
{
color: #CD8F77;
}
.AnyTagClassName
{
color: #CD8F77;
}
</style>
background-color css
<style>
a { background-color: #CD8F77; }
a { background-color: rgb(205,143,119); }
div.DivClassName
{
background-color: #CD8F77;
}
.BgClassName
{
background-color: #CD8F77;
}
</style>
border-color css
<style>
span { border-color: #CD8F77; }
span { border-color: rgb(205,143,119); }
td.TdClassName
{
border-color: #CD8F77;
}
.TagClassName
{
border-color: #CD8F77;
}
</style>