Shades of Feldspar #CD9A76
Tints of Feldspar #CD9A76
RGB
CMYK
RGB Variations
Color information
#CD9A76 (or 0xCD9A76) is known color: Feldspar. HEX triplet: CD, 9A and 76. RGB value is (205,154,118). Sum of RGB (Red+Green+Blue) = 205+154+118=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9A76 is #326589. Grayscale: #A5A5A5. Windows color (decimal): -3302794 or 7772877. OLE color: 7772877.
HSL color Cylindrical-coordinate representation of color #CD9A76: hue angle of 24.83º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD9A76 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 118 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.20 |
| HSL | 24.83º | 0.47% | 0.63% | - |
| HSV(B) | 24.83º | 0.42% | 0.8% | - |
| XYZ | 40 | 37.4 | 22.25 | - |
| YUV | 165.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 118 | 0 | 0.25 | 0.42 | 0.20 | 24.83 | 0.47 | 0.63 |
| Hex | CD | 9A | 76 | 0 | 19 | 2A | 14 | 19 | 2F | 3F |
| Octal | 315 | 232 | 166 | 0 | 31 | 52 | 24 | 31 | 57 | 77 |
| Binary | 11001101 | 10011010 | 1110110 | 0 | 11001 | 101010 | 10100 | 11001 | 101111 | 111111 |
Color Harmonies of #CD9A76
Complementary color
Monochromatic Colors of #CD9A76
Black with #CD9A76
Text Example
Text Example
White with #CD9A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A76; }
p { color: rgb(205,154,118); }
H1.HeaderClassName
{
color: #CD9A76;
}
.AnyTagClassName
{
color: #CD9A76;
}
</style>
background-color css
<style>
a { background-color: #CD9A76; }
a { background-color: rgb(205,154,118); }
div.DivClassName
{
background-color: #CD9A76;
}
.BgClassName
{
background-color: #CD9A76;
}
</style>
border-color css
<style>
span { border-color: #CD9A76; }
span { border-color: rgb(205,154,118); }
td.TdClassName
{
border-color: #CD9A76;
}
.TagClassName
{
border-color: #CD9A76;
}
</style>