Shades of Feldspar #CC946D
Tints of Feldspar #CC946D
RGB
CMYK
RGB Variations
Color information
#CC946D (or 0xCC946D) is known color: Feldspar. HEX triplet: CC, 94 and 6D. RGB value is (204,148,109). Sum of RGB (Red+Green+Blue) = 204+148+109=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC946D is #336B92. Grayscale: #A0A0A0. Windows color (decimal): -3369875 or 7181516. OLE color: 7181516.
HSL color Cylindrical-coordinate representation of color #CC946D: hue angle of 24.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC946D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 109 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.2 |
| HSL | 24.63º | 0.48% | 0.61% | - |
| HSV(B) | 24.63º | 0.47% | 0.8% | - |
| XYZ | 38.25 | 35.12 | 19.23 | - |
| YUV | 160.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 109 | 0 | 0.27 | 0.47 | 0.2 | 24.63 | 0.48 | 0.61 |
| Hex | CC | 94 | 6D | 0 | 1B | 2F | 14 | 19 | 30 | 3D |
| Octal | 314 | 224 | 155 | 0 | 33 | 57 | 24 | 31 | 60 | 75 |
| Binary | 11001100 | 10010100 | 1101101 | 0 | 11011 | 101111 | 10100 | 11001 | 110000 | 111101 |
Color Harmonies of #CC946D
Complementary color
Monochromatic Colors of #CC946D
Black with #CC946D
Text Example
Text Example
White with #CC946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC946D; }
p { color: rgb(204,148,109); }
H1.HeaderClassName
{
color: #CC946D;
}
.AnyTagClassName
{
color: #CC946D;
}
</style>
background-color css
<style>
a { background-color: #CC946D; }
a { background-color: rgb(204,148,109); }
div.DivClassName
{
background-color: #CC946D;
}
.BgClassName
{
background-color: #CC946D;
}
</style>
border-color css
<style>
span { border-color: #CC946D; }
span { border-color: rgb(204,148,109); }
td.TdClassName
{
border-color: #CC946D;
}
.TagClassName
{
border-color: #CC946D;
}
</style>