Shades of Feldspar #CC8A70
Tints of Feldspar #CC8A70
RGB
CMYK
RGB Variations
Color information
#CC8A70 (or 0xCC8A70) is known color: Feldspar. HEX triplet: CC, 8A and 70. RGB value is (204,138,112). Sum of RGB (Red+Green+Blue) = 204+138+112=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8A70 is #33758F. Grayscale: #9A9A9A. Windows color (decimal): -3372432 or 7375564. OLE color: 7375564.
HSL color Cylindrical-coordinate representation of color #CC8A70: hue angle of 16.96º 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 #CC8A70 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 112 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.2 |
| HSL | 16.96º | 0.47% | 0.62% | - |
| HSV(B) | 16.96º | 0.45% | 0.8% | - |
| XYZ | 36.91 | 32.18 | 19.6 | - |
| YUV | 154.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 112 | 0 | 0.32 | 0.45 | 0.2 | 16.96 | 0.47 | 0.62 |
| Hex | CC | 8A | 70 | 0 | 20 | 2D | 14 | 11 | 2F | 3E |
| Octal | 314 | 212 | 160 | 0 | 40 | 55 | 24 | 21 | 57 | 76 |
| Binary | 11001100 | 10001010 | 1110000 | 0 | 100000 | 101101 | 10100 | 10001 | 101111 | 111110 |
Color Harmonies of #CC8A70
Complementary color
Monochromatic Colors of #CC8A70
Black with #CC8A70
Text Example
Text Example
White with #CC8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A70; }
p { color: rgb(204,138,112); }
H1.HeaderClassName
{
color: #CC8A70;
}
.AnyTagClassName
{
color: #CC8A70;
}
</style>
background-color css
<style>
a { background-color: #CC8A70; }
a { background-color: rgb(204,138,112); }
div.DivClassName
{
background-color: #CC8A70;
}
.BgClassName
{
background-color: #CC8A70;
}
</style>
border-color css
<style>
span { border-color: #CC8A70; }
span { border-color: rgb(204,138,112); }
td.TdClassName
{
border-color: #CC8A70;
}
.TagClassName
{
border-color: #CC8A70;
}
</style>