Shades of Feldspar #CC9674
Tints of Feldspar #CC9674
RGB
CMYK
RGB Variations
Color information
#CC9674 (or 0xCC9674) is known color: Feldspar. HEX triplet: CC, 96 and 74. RGB value is (204,150,116). Sum of RGB (Red+Green+Blue) = 204+150+116=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9674 is #33698B. Grayscale: #A2A2A2. Windows color (decimal): -3369356 or 7640780. OLE color: 7640780.
HSL color Cylindrical-coordinate representation of color #CC9674: hue angle of 23.18º 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 #CC9674 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 116 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.2 |
| HSL | 23.18º | 0.46% | 0.63% | - |
| HSV(B) | 23.18º | 0.43% | 0.8% | - |
| XYZ | 38.96 | 35.91 | 21.4 | - |
| YUV | 162.27 | 101.89 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 116 | 0 | 0.26 | 0.43 | 0.2 | 23.18 | 0.46 | 0.63 |
| Hex | CC | 96 | 74 | 0 | 1A | 2B | 14 | 17 | 2E | 3F |
| Octal | 314 | 226 | 164 | 0 | 32 | 53 | 24 | 27 | 56 | 77 |
| Binary | 11001100 | 10010110 | 1110100 | 0 | 11010 | 101011 | 10100 | 10111 | 101110 | 111111 |
Color Harmonies of #CC9674
Complementary color
Monochromatic Colors of #CC9674
Black with #CC9674
Text Example
Text Example
White with #CC9674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9674; }
p { color: rgb(204,150,116); }
H1.HeaderClassName
{
color: #CC9674;
}
.AnyTagClassName
{
color: #CC9674;
}
</style>
background-color css
<style>
a { background-color: #CC9674; }
a { background-color: rgb(204,150,116); }
div.DivClassName
{
background-color: #CC9674;
}
.BgClassName
{
background-color: #CC9674;
}
</style>
border-color css
<style>
span { border-color: #CC9674; }
span { border-color: rgb(204,150,116); }
td.TdClassName
{
border-color: #CC9674;
}
.TagClassName
{
border-color: #CC9674;
}
</style>