Shades of Feldspar #CD916C
Tints of Feldspar #CD916C
RGB
CMYK
RGB Variations
Color information
#CD916C (or 0xCD916C) is known color: Feldspar. HEX triplet: CD, 91 and 6C. RGB value is (205,145,108). Sum of RGB (Red+Green+Blue) = 205+145+108=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD916C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD916C is #326E93. Grayscale: #9E9E9E. Windows color (decimal): -3305108 or 7115213. OLE color: 7115213.
HSL color Cylindrical-coordinate representation of color #CD916C: hue angle of 22.89º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD916C is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 145 | 108 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.20 |
| HSL | 22.89º | 0.49% | 0.61% | - |
| HSV(B) | 22.89º | 0.47% | 0.8% | - |
| XYZ | 38.01 | 34.31 | 18.81 | - |
| YUV | 158.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 145 | 108 | 0 | 0.29 | 0.47 | 0.20 | 22.89 | 0.49 | 0.61 |
| Hex | CD | 91 | 6C | 0 | 1D | 2F | 14 | 17 | 31 | 3D |
| Octal | 315 | 221 | 154 | 0 | 35 | 57 | 24 | 27 | 61 | 75 |
| Binary | 11001101 | 10010001 | 1101100 | 0 | 11101 | 101111 | 10100 | 10111 | 110001 | 111101 |
Color Harmonies of #CD916C
Complementary color
Monochromatic Colors of #CD916C
Black with #CD916C
Text Example
Text Example
White with #CD916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD916C; }
p { color: rgb(205,145,108); }
H1.HeaderClassName
{
color: #CD916C;
}
.AnyTagClassName
{
color: #CD916C;
}
</style>
background-color css
<style>
a { background-color: #CD916C; }
a { background-color: rgb(205,145,108); }
div.DivClassName
{
background-color: #CD916C;
}
.BgClassName
{
background-color: #CD916C;
}
</style>
border-color css
<style>
span { border-color: #CD916C; }
span { border-color: rgb(205,145,108); }
td.TdClassName
{
border-color: #CD916C;
}
.TagClassName
{
border-color: #CD916C;
}
</style>