Shades of Feldspar #CC8A78
Tints of Feldspar #CC8A78
RGB
CMYK
RGB Variations
Color information
#CC8A78 (or 0xCC8A78) is known color: Feldspar. HEX triplet: CC, 8A and 78. RGB value is (204,138,120). Sum of RGB (Red+Green+Blue) = 204+138+120=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A78 is #337587. Grayscale: #9B9B9B. Windows color (decimal): -3372424 or 7899852. OLE color: 7899852.
HSL color Cylindrical-coordinate representation of color #CC8A78: hue angle of 12.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8A78 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 120 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.2 |
| HSL | 12.86º | 0.45% | 0.64% | - |
| HSV(B) | 12.86º | 0.41% | 0.8% | - |
| XYZ | 37.38 | 32.37 | 22.05 | - |
| YUV | 155.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 120 | 0 | 0.32 | 0.41 | 0.2 | 12.86 | 0.45 | 0.64 |
| Hex | CC | 8A | 78 | 0 | 20 | 29 | 14 | D | 2D | 40 |
| Octal | 314 | 212 | 170 | 0 | 40 | 51 | 24 | 15 | 55 | 100 |
| Binary | 11001100 | 10001010 | 1111000 | 0 | 100000 | 101001 | 10100 | 1101 | 101101 | 1000000 |
Color Harmonies of #CC8A78
Complementary color
Monochromatic Colors of #CC8A78
Black with #CC8A78
Text Example
Text Example
White with #CC8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A78; }
p { color: rgb(204,138,120); }
H1.HeaderClassName
{
color: #CC8A78;
}
.AnyTagClassName
{
color: #CC8A78;
}
</style>
background-color css
<style>
a { background-color: #CC8A78; }
a { background-color: rgb(204,138,120); }
div.DivClassName
{
background-color: #CC8A78;
}
.BgClassName
{
background-color: #CC8A78;
}
</style>
border-color css
<style>
span { border-color: #CC8A78; }
span { border-color: rgb(204,138,120); }
td.TdClassName
{
border-color: #CC8A78;
}
.TagClassName
{
border-color: #CC8A78;
}
</style>