Shades of Feldspar #CD8A77
Tints of Feldspar #CD8A77
RGB
CMYK
RGB Variations
Color information
#CD8A77 (or 0xCD8A77) is known color: Feldspar. HEX triplet: CD, 8A and 77. RGB value is (205,138,119). Sum of RGB (Red+Green+Blue) = 205+138+119=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A77 is #327588. Grayscale: #9C9C9C. Windows color (decimal): -3306889 or 7834317. OLE color: 7834317.
HSL color Cylindrical-coordinate representation of color #CD8A77: hue angle of 13.26º 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 #CD8A77 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 119 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.20 |
| HSL | 13.26º | 0.46% | 0.64% | - |
| HSV(B) | 13.26º | 0.42% | 0.8% | - |
| XYZ | 37.6 | 32.49 | 21.74 | - |
| YUV | 155.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 119 | 0 | 0.33 | 0.42 | 0.20 | 13.26 | 0.46 | 0.64 |
| Hex | CD | 8A | 77 | 0 | 21 | 2A | 14 | D | 2E | 40 |
| Octal | 315 | 212 | 167 | 0 | 41 | 52 | 24 | 15 | 56 | 100 |
| Binary | 11001101 | 10001010 | 1110111 | 0 | 100001 | 101010 | 10100 | 1101 | 101110 | 1000000 |
Color Harmonies of #CD8A77
Complementary color
Monochromatic Colors of #CD8A77
Black with #CD8A77
Text Example
Text Example
White with #CD8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A77; }
p { color: rgb(205,138,119); }
H1.HeaderClassName
{
color: #CD8A77;
}
.AnyTagClassName
{
color: #CD8A77;
}
</style>
background-color css
<style>
a { background-color: #CD8A77; }
a { background-color: rgb(205,138,119); }
div.DivClassName
{
background-color: #CD8A77;
}
.BgClassName
{
background-color: #CD8A77;
}
</style>
border-color css
<style>
span { border-color: #CD8A77; }
span { border-color: rgb(205,138,119); }
td.TdClassName
{
border-color: #CD8A77;
}
.TagClassName
{
border-color: #CD8A77;
}
</style>