Shades of Feldspar #CD8773
Tints of Feldspar #CD8773
RGB
CMYK
RGB Variations
Color information
#CD8773 (or 0xCD8773) is known color: Feldspar. HEX triplet: CD, 87 and 73. RGB value is (205,135,115). Sum of RGB (Red+Green+Blue) = 205+135+115=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8773 is #32788C. Grayscale: #999999. Windows color (decimal): -3307661 or 7571405. OLE color: 7571405.
HSL color Cylindrical-coordinate representation of color #CD8773: hue angle of 13.33º degrees, saturation: 0.47, 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 #CD8773 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 115 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.20 |
| HSL | 13.33º | 0.47% | 0.63% | - |
| HSV(B) | 13.33º | 0.44% | 0.8% | - |
| XYZ | 36.94 | 31.54 | 20.36 | - |
| YUV | 153.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 115 | 0 | 0.34 | 0.44 | 0.20 | 13.33 | 0.47 | 0.63 |
| Hex | CD | 87 | 73 | 0 | 22 | 2C | 14 | D | 2F | 3F |
| Octal | 315 | 207 | 163 | 0 | 42 | 54 | 24 | 15 | 57 | 77 |
| Binary | 11001101 | 10000111 | 1110011 | 0 | 100010 | 101100 | 10100 | 1101 | 101111 | 111111 |
Color Harmonies of #CD8773
Complementary color
Monochromatic Colors of #CD8773
Black with #CD8773
Text Example
Text Example
White with #CD8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8773; }
p { color: rgb(205,135,115); }
H1.HeaderClassName
{
color: #CD8773;
}
.AnyTagClassName
{
color: #CD8773;
}
</style>
background-color css
<style>
a { background-color: #CD8773; }
a { background-color: rgb(205,135,115); }
div.DivClassName
{
background-color: #CD8773;
}
.BgClassName
{
background-color: #CD8773;
}
</style>
border-color css
<style>
span { border-color: #CD8773; }
span { border-color: rgb(205,135,115); }
td.TdClassName
{
border-color: #CD8773;
}
.TagClassName
{
border-color: #CD8773;
}
</style>