Shades of Feldspar #CC8A71
Tints of Feldspar #CC8A71
RGB
CMYK
RGB Variations
Color information
#CC8A71 (or 0xCC8A71) is known color: Feldspar. HEX triplet: CC, 8A and 71. RGB value is (204,138,113). Sum of RGB (Red+Green+Blue) = 204+138+113=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A71 is #33758E. Grayscale: #9B9B9B. Windows color (decimal): -3372431 or 7441100. OLE color: 7441100.
HSL color Cylindrical-coordinate representation of color #CC8A71: hue angle of 16.48º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC8A71 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 113 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.2 |
| HSL | 16.48º | 0.47% | 0.62% | - |
| HSV(B) | 16.48º | 0.45% | 0.8% | - |
| XYZ | 36.97 | 32.21 | 19.89 | - |
| YUV | 154.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 113 | 0 | 0.32 | 0.45 | 0.2 | 16.48 | 0.47 | 0.62 |
| Hex | CC | 8A | 71 | 0 | 20 | 2D | 14 | 10 | 2F | 3E |
| Octal | 314 | 212 | 161 | 0 | 40 | 55 | 24 | 20 | 57 | 76 |
| Binary | 11001100 | 10001010 | 1110001 | 0 | 100000 | 101101 | 10100 | 10000 | 101111 | 111110 |
Color Harmonies of #CC8A71
Complementary color
Monochromatic Colors of #CC8A71
Black with #CC8A71
Text Example
Text Example
White with #CC8A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A71; }
p { color: rgb(204,138,113); }
H1.HeaderClassName
{
color: #CC8A71;
}
.AnyTagClassName
{
color: #CC8A71;
}
</style>
background-color css
<style>
a { background-color: #CC8A71; }
a { background-color: rgb(204,138,113); }
div.DivClassName
{
background-color: #CC8A71;
}
.BgClassName
{
background-color: #CC8A71;
}
</style>
border-color css
<style>
span { border-color: #CC8A71; }
span { border-color: rgb(204,138,113); }
td.TdClassName
{
border-color: #CC8A71;
}
.TagClassName
{
border-color: #CC8A71;
}
</style>