Shades of Feldspar #CD936E
Tints of Feldspar #CD936E
RGB
CMYK
RGB Variations
Color information
#CD936E (or 0xCD936E) is known color: Feldspar. HEX triplet: CD, 93 and 6E. RGB value is (205,147,110). Sum of RGB (Red+Green+Blue) = 205+147+110=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD936E is #326C91. Grayscale: #A0A0A0. Windows color (decimal): -3304594 or 7246797. OLE color: 7246797.
HSL color Cylindrical-coordinate representation of color #CD936E: hue angle of 23.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD936E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 147 | 110 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.20 |
| HSL | 23.37º | 0.49% | 0.62% | - |
| HSV(B) | 23.37º | 0.46% | 0.8% | - |
| XYZ | 38.43 | 34.97 | 19.48 | - |
| YUV | 160.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 147 | 110 | 0 | 0.28 | 0.46 | 0.20 | 23.37 | 0.49 | 0.62 |
| Hex | CD | 93 | 6E | 0 | 1C | 2E | 14 | 17 | 31 | 3E |
| Octal | 315 | 223 | 156 | 0 | 34 | 56 | 24 | 27 | 61 | 76 |
| Binary | 11001101 | 10010011 | 1101110 | 0 | 11100 | 101110 | 10100 | 10111 | 110001 | 111110 |
Color Harmonies of #CD936E
Complementary color
Monochromatic Colors of #CD936E
Black with #CD936E
Text Example
Text Example
White with #CD936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD936E; }
p { color: rgb(205,147,110); }
H1.HeaderClassName
{
color: #CD936E;
}
.AnyTagClassName
{
color: #CD936E;
}
</style>
background-color css
<style>
a { background-color: #CD936E; }
a { background-color: rgb(205,147,110); }
div.DivClassName
{
background-color: #CD936E;
}
.BgClassName
{
background-color: #CD936E;
}
</style>
border-color css
<style>
span { border-color: #CD936E; }
span { border-color: rgb(205,147,110); }
td.TdClassName
{
border-color: #CD936E;
}
.TagClassName
{
border-color: #CD936E;
}
</style>