Shades of Feldspar #CC8A6D
Tints of Feldspar #CC8A6D
RGB
CMYK
RGB Variations
Color information
#CC8A6D (or 0xCC8A6D) is known color: Feldspar. HEX triplet: CC, 8A and 6D. RGB value is (204,138,109). Sum of RGB (Red+Green+Blue) = 204+138+109=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A6D is #337592. Grayscale: #9A9A9A. Windows color (decimal): -3372435 or 7178956. OLE color: 7178956.
HSL color Cylindrical-coordinate representation of color #CC8A6D: hue angle of 18.32º degrees, saturation: 0.48, 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 #CC8A6D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 109 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.2 |
| HSL | 18.32º | 0.48% | 0.61% | - |
| HSV(B) | 18.32º | 0.47% | 0.8% | - |
| XYZ | 36.75 | 32.12 | 18.73 | - |
| YUV | 154.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 109 | 0 | 0.32 | 0.47 | 0.2 | 18.32 | 0.48 | 0.61 |
| Hex | CC | 8A | 6D | 0 | 20 | 2F | 14 | 12 | 30 | 3D |
| Octal | 314 | 212 | 155 | 0 | 40 | 57 | 24 | 22 | 60 | 75 |
| Binary | 11001100 | 10001010 | 1101101 | 0 | 100000 | 101111 | 10100 | 10010 | 110000 | 111101 |
Color Harmonies of #CC8A6D
Complementary color
Monochromatic Colors of #CC8A6D
Black with #CC8A6D
Text Example
Text Example
White with #CC8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A6D; }
p { color: rgb(204,138,109); }
H1.HeaderClassName
{
color: #CC8A6D;
}
.AnyTagClassName
{
color: #CC8A6D;
}
</style>
background-color css
<style>
a { background-color: #CC8A6D; }
a { background-color: rgb(204,138,109); }
div.DivClassName
{
background-color: #CC8A6D;
}
.BgClassName
{
background-color: #CC8A6D;
}
</style>
border-color css
<style>
span { border-color: #CC8A6D; }
span { border-color: rgb(204,138,109); }
td.TdClassName
{
border-color: #CC8A6D;
}
.TagClassName
{
border-color: #CC8A6D;
}
</style>