Shades of Feldspar #CC8770
Tints of Feldspar #CC8770
RGB
CMYK
RGB Variations
Color information
#CC8770 (or 0xCC8770) is known color: Feldspar. HEX triplet: CC, 87 and 70. RGB value is (204,135,112). Sum of RGB (Red+Green+Blue) = 204+135+112=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8770 is #33788F. Grayscale: #999999. Windows color (decimal): -3373200 or 7374796. OLE color: 7374796.
HSL color Cylindrical-coordinate representation of color #CC8770: hue angle of 15º 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 #CC8770 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 112 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.2 |
| HSL | 15º | 0.47% | 0.62% | - |
| HSV(B) | 15º | 0.45% | 0.8% | - |
| XYZ | 36.49 | 31.34 | 19.45 | - |
| YUV | 153.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 112 | 0 | 0.34 | 0.45 | 0.2 | 15 | 0.47 | 0.62 |
| Hex | CC | 87 | 70 | 0 | 22 | 2D | 14 | F | 2F | 3E |
| Octal | 314 | 207 | 160 | 0 | 42 | 55 | 24 | 17 | 57 | 76 |
| Binary | 11001100 | 10000111 | 1110000 | 0 | 100010 | 101101 | 10100 | 1111 | 101111 | 111110 |
Color Harmonies of #CC8770
Complementary color
Monochromatic Colors of #CC8770
Black with #CC8770
Text Example
Text Example
White with #CC8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8770; }
p { color: rgb(204,135,112); }
H1.HeaderClassName
{
color: #CC8770;
}
.AnyTagClassName
{
color: #CC8770;
}
</style>
background-color css
<style>
a { background-color: #CC8770; }
a { background-color: rgb(204,135,112); }
div.DivClassName
{
background-color: #CC8770;
}
.BgClassName
{
background-color: #CC8770;
}
</style>
border-color css
<style>
span { border-color: #CC8770; }
span { border-color: rgb(204,135,112); }
td.TdClassName
{
border-color: #CC8770;
}
.TagClassName
{
border-color: #CC8770;
}
</style>