Shades of Feldspar #CD926D
Tints of Feldspar #CD926D
RGB
CMYK
RGB Variations
Color information
#CD926D (or 0xCD926D) is known color: Feldspar. HEX triplet: CD, 92 and 6D. RGB value is (205,146,109). Sum of RGB (Red+Green+Blue) = 205+146+109=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD926D is #326D92. Grayscale: #9F9F9F. Windows color (decimal): -3304851 or 7181005. OLE color: 7181005.
HSL color Cylindrical-coordinate representation of color #CD926D: hue angle of 23.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD926D is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 146 | 109 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.20 |
| HSL | 23.13º | 0.49% | 0.62% | - |
| HSV(B) | 23.13º | 0.47% | 0.8% | - |
| XYZ | 38.22 | 34.64 | 19.14 | - |
| YUV | 159.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 146 | 109 | 0 | 0.29 | 0.47 | 0.20 | 23.13 | 0.49 | 0.62 |
| Hex | CD | 92 | 6D | 0 | 1D | 2F | 14 | 17 | 31 | 3E |
| Octal | 315 | 222 | 155 | 0 | 35 | 57 | 24 | 27 | 61 | 76 |
| Binary | 11001101 | 10010010 | 1101101 | 0 | 11101 | 101111 | 10100 | 10111 | 110001 | 111110 |
Color Harmonies of #CD926D
Complementary color
Monochromatic Colors of #CD926D
Black with #CD926D
Text Example
Text Example
White with #CD926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD926D; }
p { color: rgb(205,146,109); }
H1.HeaderClassName
{
color: #CD926D;
}
.AnyTagClassName
{
color: #CD926D;
}
</style>
background-color css
<style>
a { background-color: #CD926D; }
a { background-color: rgb(205,146,109); }
div.DivClassName
{
background-color: #CD926D;
}
.BgClassName
{
background-color: #CD926D;
}
</style>
border-color css
<style>
span { border-color: #CD926D; }
span { border-color: rgb(205,146,109); }
td.TdClassName
{
border-color: #CD926D;
}
.TagClassName
{
border-color: #CD926D;
}
</style>