Shades of Feldspar #CC9672
Tints of Feldspar #CC9672
RGB
CMYK
RGB Variations
Color information
#CC9672 (or 0xCC9672) is known color: Feldspar. HEX triplet: CC, 96 and 72. RGB value is (204,150,114). Sum of RGB (Red+Green+Blue) = 204+150+114=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9672 is #33698D. Grayscale: #A2A2A2. Windows color (decimal): -3369358 or 7509708. OLE color: 7509708.
HSL color Cylindrical-coordinate representation of color #CC9672: hue angle of 24º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9672 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 114 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.2 |
| HSL | 24º | 0.47% | 0.62% | - |
| HSV(B) | 24º | 0.44% | 0.8% | - |
| XYZ | 38.85 | 35.86 | 20.79 | - |
| YUV | 162.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 114 | 0 | 0.26 | 0.44 | 0.2 | 24 | 0.47 | 0.62 |
| Hex | CC | 96 | 72 | 0 | 1A | 2C | 14 | 18 | 2F | 3E |
| Octal | 314 | 226 | 162 | 0 | 32 | 54 | 24 | 30 | 57 | 76 |
| Binary | 11001100 | 10010110 | 1110010 | 0 | 11010 | 101100 | 10100 | 11000 | 101111 | 111110 |
Color Harmonies of #CC9672
Complementary color
Monochromatic Colors of #CC9672
Black with #CC9672
Text Example
Text Example
White with #CC9672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9672; }
p { color: rgb(204,150,114); }
H1.HeaderClassName
{
color: #CC9672;
}
.AnyTagClassName
{
color: #CC9672;
}
</style>
background-color css
<style>
a { background-color: #CC9672; }
a { background-color: rgb(204,150,114); }
div.DivClassName
{
background-color: #CC9672;
}
.BgClassName
{
background-color: #CC9672;
}
</style>
border-color css
<style>
span { border-color: #CC9672; }
span { border-color: rgb(204,150,114); }
td.TdClassName
{
border-color: #CC9672;
}
.TagClassName
{
border-color: #CC9672;
}
</style>