Shades of Feldspar #CC9673
Tints of Feldspar #CC9673
RGB
CMYK
RGB Variations
Color information
#CC9673 (or 0xCC9673) is known color: Feldspar. HEX triplet: CC, 96 and 73. RGB value is (204,150,115). Sum of RGB (Red+Green+Blue) = 204+150+115=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9673 is #33698C. Grayscale: #A2A2A2. Windows color (decimal): -3369357 or 7575244. OLE color: 7575244.
HSL color Cylindrical-coordinate representation of color #CC9673: hue angle of 23.6º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC9673 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 115 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.2 |
| HSL | 23.6º | 0.47% | 0.63% | - |
| HSV(B) | 23.6º | 0.44% | 0.8% | - |
| XYZ | 38.9 | 35.89 | 21.1 | - |
| YUV | 162.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 115 | 0 | 0.26 | 0.44 | 0.2 | 23.6 | 0.47 | 0.63 |
| Hex | CC | 96 | 73 | 0 | 1A | 2C | 14 | 18 | 2F | 3F |
| Octal | 314 | 226 | 163 | 0 | 32 | 54 | 24 | 30 | 57 | 77 |
| Binary | 11001100 | 10010110 | 1110011 | 0 | 11010 | 101100 | 10100 | 11000 | 101111 | 111111 |
Color Harmonies of #CC9673
Complementary color
Monochromatic Colors of #CC9673
Black with #CC9673
Text Example
Text Example
White with #CC9673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9673; }
p { color: rgb(204,150,115); }
H1.HeaderClassName
{
color: #CC9673;
}
.AnyTagClassName
{
color: #CC9673;
}
</style>
background-color css
<style>
a { background-color: #CC9673; }
a { background-color: rgb(204,150,115); }
div.DivClassName
{
background-color: #CC9673;
}
.BgClassName
{
background-color: #CC9673;
}
</style>
border-color css
<style>
span { border-color: #CC9673; }
span { border-color: rgb(204,150,115); }
td.TdClassName
{
border-color: #CC9673;
}
.TagClassName
{
border-color: #CC9673;
}
</style>