Shades of Feldspar #CC8F72
Tints of Feldspar #CC8F72
RGB
CMYK
RGB Variations
Color information
#CC8F72 (or 0xCC8F72) is known color: Feldspar. HEX triplet: CC, 8F and 72. RGB value is (204,143,114). Sum of RGB (Red+Green+Blue) = 204+143+114=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F72 is #33708D. Grayscale: #9E9E9E. Windows color (decimal): -3371150 or 7507916. OLE color: 7507916.
HSL color Cylindrical-coordinate representation of color #CC8F72: hue angle of 19.33º 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 #CC8F72 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 114 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.2 |
| HSL | 19.33º | 0.47% | 0.62% | - |
| HSV(B) | 19.33º | 0.44% | 0.8% | - |
| XYZ | 37.76 | 33.7 | 20.43 | - |
| YUV | 157.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 114 | 0 | 0.30 | 0.44 | 0.2 | 19.33 | 0.47 | 0.62 |
| Hex | CC | 8F | 72 | 0 | 1E | 2C | 14 | 13 | 2F | 3E |
| Octal | 314 | 217 | 162 | 0 | 36 | 54 | 24 | 23 | 57 | 76 |
| Binary | 11001100 | 10001111 | 1110010 | 0 | 11110 | 101100 | 10100 | 10011 | 101111 | 111110 |
Color Harmonies of #CC8F72
Complementary color
Monochromatic Colors of #CC8F72
Black with #CC8F72
Text Example
Text Example
White with #CC8F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F72; }
p { color: rgb(204,143,114); }
H1.HeaderClassName
{
color: #CC8F72;
}
.AnyTagClassName
{
color: #CC8F72;
}
</style>
background-color css
<style>
a { background-color: #CC8F72; }
a { background-color: rgb(204,143,114); }
div.DivClassName
{
background-color: #CC8F72;
}
.BgClassName
{
background-color: #CC8F72;
}
</style>
border-color css
<style>
span { border-color: #CC8F72; }
span { border-color: rgb(204,143,114); }
td.TdClassName
{
border-color: #CC8F72;
}
.TagClassName
{
border-color: #CC8F72;
}
</style>