Shades of Feldspar #CD997B
Tints of Feldspar #CD997B
RGB
CMYK
RGB Variations
Color information
#CD997B (or 0xCD997B) is known color: Feldspar. HEX triplet: CD, 99 and 7B. RGB value is (205,153,123). Sum of RGB (Red+Green+Blue) = 205+153+123=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD997B is #326684. Grayscale: #A5A5A5. Windows color (decimal): -3303045 or 8100301. OLE color: 8100301.
HSL color Cylindrical-coordinate representation of color #CD997B: hue angle of 21.95º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD997B is Cyan = 0, Magento = 0.25, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 153 | 123 | - |
| CMYK | 0 | 0.25 | 0.4 | 0.20 |
| HSL | 21.95º | 0.45% | 0.64% | - |
| HSV(B) | 21.95º | 0.4% | 0.8% | - |
| XYZ | 40.14 | 37.19 | 23.8 | - |
| YUV | 165.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 153 | 123 | 0 | 0.25 | 0.4 | 0.20 | 21.95 | 0.45 | 0.64 |
| Hex | CD | 99 | 7B | 0 | 19 | 28 | 14 | 16 | 2D | 40 |
| Octal | 315 | 231 | 173 | 0 | 31 | 50 | 24 | 26 | 55 | 100 |
| Binary | 11001101 | 10011001 | 1111011 | 0 | 11001 | 101000 | 10100 | 10110 | 101101 | 1000000 |
Color Harmonies of #CD997B
Complementary color
Monochromatic Colors of #CD997B
Black with #CD997B
Text Example
Text Example
White with #CD997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD997B; }
p { color: rgb(205,153,123); }
H1.HeaderClassName
{
color: #CD997B;
}
.AnyTagClassName
{
color: #CD997B;
}
</style>
background-color css
<style>
a { background-color: #CD997B; }
a { background-color: rgb(205,153,123); }
div.DivClassName
{
background-color: #CD997B;
}
.BgClassName
{
background-color: #CD997B;
}
</style>
border-color css
<style>
span { border-color: #CD997B; }
span { border-color: rgb(205,153,123); }
td.TdClassName
{
border-color: #CD997B;
}
.TagClassName
{
border-color: #CD997B;
}
</style>