Shades of Feldspar #CC8974
Tints of Feldspar #CC8974
RGB
CMYK
RGB Variations
Color information
#CC8974 (or 0xCC8974) is known color: Feldspar. HEX triplet: CC, 89 and 74. RGB value is (204,137,116). Sum of RGB (Red+Green+Blue) = 204+137+116=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8974 is #33768B. Grayscale: #9A9A9A. Windows color (decimal): -3372684 or 7637452. OLE color: 7637452.
HSL color Cylindrical-coordinate representation of color #CC8974: hue angle of 14.32º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8974 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 116 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.2 |
| HSL | 14.32º | 0.46% | 0.63% | - |
| HSV(B) | 14.32º | 0.43% | 0.8% | - |
| XYZ | 37 | 31.99 | 20.75 | - |
| YUV | 154.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 116 | 0 | 0.33 | 0.43 | 0.2 | 14.32 | 0.46 | 0.63 |
| Hex | CC | 89 | 74 | 0 | 21 | 2B | 14 | E | 2E | 3F |
| Octal | 314 | 211 | 164 | 0 | 41 | 53 | 24 | 16 | 56 | 77 |
| Binary | 11001100 | 10001001 | 1110100 | 0 | 100001 | 101011 | 10100 | 1110 | 101110 | 111111 |
Color Harmonies of #CC8974
Complementary color
Monochromatic Colors of #CC8974
Black with #CC8974
Text Example
Text Example
White with #CC8974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8974; }
p { color: rgb(204,137,116); }
H1.HeaderClassName
{
color: #CC8974;
}
.AnyTagClassName
{
color: #CC8974;
}
</style>
background-color css
<style>
a { background-color: #CC8974; }
a { background-color: rgb(204,137,116); }
div.DivClassName
{
background-color: #CC8974;
}
.BgClassName
{
background-color: #CC8974;
}
</style>
border-color css
<style>
span { border-color: #CC8974; }
span { border-color: rgb(204,137,116); }
td.TdClassName
{
border-color: #CC8974;
}
.TagClassName
{
border-color: #CC8974;
}
</style>