Shades of Feldspar #CD8C6C
Tints of Feldspar #CD8C6C
RGB
CMYK
RGB Variations
Color information
#CD8C6C (or 0xCD8C6C) is known color: Feldspar. HEX triplet: CD, 8C and 6C. RGB value is (205,140,108). Sum of RGB (Red+Green+Blue) = 205+140+108=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C6C is #327393. Grayscale: #9B9B9B. Windows color (decimal): -3306388 or 7113933. OLE color: 7113933.
HSL color Cylindrical-coordinate representation of color #CD8C6C: hue angle of 19.79º 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 #CD8C6C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 108 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.20 |
| HSL | 19.79º | 0.49% | 0.61% | - |
| HSV(B) | 19.79º | 0.47% | 0.8% | - |
| XYZ | 37.26 | 32.82 | 18.56 | - |
| YUV | 155.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 108 | 0 | 0.32 | 0.47 | 0.20 | 19.79 | 0.49 | 0.61 |
| Hex | CD | 8C | 6C | 0 | 20 | 2F | 14 | 14 | 31 | 3D |
| Octal | 315 | 214 | 154 | 0 | 40 | 57 | 24 | 24 | 61 | 75 |
| Binary | 11001101 | 10001100 | 1101100 | 0 | 100000 | 101111 | 10100 | 10100 | 110001 | 111101 |
Color Harmonies of #CD8C6C
Complementary color
Monochromatic Colors of #CD8C6C
Black with #CD8C6C
Text Example
Text Example
White with #CD8C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C6C; }
p { color: rgb(205,140,108); }
H1.HeaderClassName
{
color: #CD8C6C;
}
.AnyTagClassName
{
color: #CD8C6C;
}
</style>
background-color css
<style>
a { background-color: #CD8C6C; }
a { background-color: rgb(205,140,108); }
div.DivClassName
{
background-color: #CD8C6C;
}
.BgClassName
{
background-color: #CD8C6C;
}
</style>
border-color css
<style>
span { border-color: #CD8C6C; }
span { border-color: rgb(205,140,108); }
td.TdClassName
{
border-color: #CD8C6C;
}
.TagClassName
{
border-color: #CD8C6C;
}
</style>