Shades of Feldspar #CC8673
Tints of Feldspar #CC8673
RGB
CMYK
RGB Variations
Color information
#CC8673 (or 0xCC8673) is known color: Feldspar. HEX triplet: CC, 86 and 73. RGB value is (204,134,115). Sum of RGB (Red+Green+Blue) = 204+134+115=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8673 is #33798C. Grayscale: #989898. Windows color (decimal): -3373453 or 7571148. OLE color: 7571148.
HSL color Cylindrical-coordinate representation of color #CC8673: hue angle of 12.81º 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 #CC8673 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 115 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.2 |
| HSL | 12.81º | 0.47% | 0.63% | - |
| HSV(B) | 12.81º | 0.44% | 0.8% | - |
| XYZ | 36.52 | 31.13 | 20.3 | - |
| YUV | 152.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 115 | 0 | 0.34 | 0.44 | 0.2 | 12.81 | 0.47 | 0.63 |
| Hex | CC | 86 | 73 | 0 | 22 | 2C | 14 | D | 2F | 3F |
| Octal | 314 | 206 | 163 | 0 | 42 | 54 | 24 | 15 | 57 | 77 |
| Binary | 11001100 | 10000110 | 1110011 | 0 | 100010 | 101100 | 10100 | 1101 | 101111 | 111111 |
Color Harmonies of #CC8673
Complementary color
Monochromatic Colors of #CC8673
Black with #CC8673
Text Example
Text Example
White with #CC8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8673; }
p { color: rgb(204,134,115); }
H1.HeaderClassName
{
color: #CC8673;
}
.AnyTagClassName
{
color: #CC8673;
}
</style>
background-color css
<style>
a { background-color: #CC8673; }
a { background-color: rgb(204,134,115); }
div.DivClassName
{
background-color: #CC8673;
}
.BgClassName
{
background-color: #CC8673;
}
</style>
border-color css
<style>
span { border-color: #CC8673; }
span { border-color: rgb(204,134,115); }
td.TdClassName
{
border-color: #CC8673;
}
.TagClassName
{
border-color: #CC8673;
}
</style>