Shades of Feldspar #CC947A
Tints of Feldspar #CC947A
RGB
CMYK
RGB Variations
Color information
#CC947A (or 0xCC947A) is known color: Feldspar. HEX triplet: CC, 94 and 7A. RGB value is (204,148,122). Sum of RGB (Red+Green+Blue) = 204+148+122=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC947A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC947A is #336B85. Grayscale: #A1A1A1. Windows color (decimal): -3369862 or 8033484. OLE color: 8033484.
HSL color Cylindrical-coordinate representation of color #CC947A: hue angle of 19.02º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC947A is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 122 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.2 |
| HSL | 19.02º | 0.45% | 0.64% | - |
| HSV(B) | 19.02º | 0.4% | 0.8% | - |
| XYZ | 39 | 35.42 | 23.19 | - |
| YUV | 161.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 122 | 0 | 0.27 | 0.40 | 0.2 | 19.02 | 0.45 | 0.64 |
| Hex | CC | 94 | 7A | 0 | 1B | 28 | 14 | 13 | 2D | 40 |
| Octal | 314 | 224 | 172 | 0 | 33 | 50 | 24 | 23 | 55 | 100 |
| Binary | 11001100 | 10010100 | 1111010 | 0 | 11011 | 101000 | 10100 | 10011 | 101101 | 1000000 |
Color Harmonies of #CC947A
Complementary color
Monochromatic Colors of #CC947A
Black with #CC947A
Text Example
Text Example
White with #CC947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC947A; }
p { color: rgb(204,148,122); }
H1.HeaderClassName
{
color: #CC947A;
}
.AnyTagClassName
{
color: #CC947A;
}
</style>
background-color css
<style>
a { background-color: #CC947A; }
a { background-color: rgb(204,148,122); }
div.DivClassName
{
background-color: #CC947A;
}
.BgClassName
{
background-color: #CC947A;
}
</style>
border-color css
<style>
span { border-color: #CC947A; }
span { border-color: rgb(204,148,122); }
td.TdClassName
{
border-color: #CC947A;
}
.TagClassName
{
border-color: #CC947A;
}
</style>