Shades of Feldspar #CC926F
Tints of Feldspar #CC926F
RGB
CMYK
RGB Variations
Color information
#CC926F (or 0xCC926F) is known color: Feldspar. HEX triplet: CC, 92 and 6F. RGB value is (204,146,111). Sum of RGB (Red+Green+Blue) = 204+146+111=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC926F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC926F is #336D90. Grayscale: #9F9F9F. Windows color (decimal): -3370385 or 7312076. OLE color: 7312076.
HSL color Cylindrical-coordinate representation of color #CC926F: hue angle of 22.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC926F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 111 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.2 |
| HSL | 22.58º | 0.48% | 0.62% | - |
| HSV(B) | 22.58º | 0.46% | 0.8% | - |
| XYZ | 38.05 | 34.54 | 19.7 | - |
| YUV | 159.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 111 | 0 | 0.28 | 0.46 | 0.2 | 22.58 | 0.48 | 0.62 |
| Hex | CC | 92 | 6F | 0 | 1C | 2E | 14 | 17 | 30 | 3E |
| Octal | 314 | 222 | 157 | 0 | 34 | 56 | 24 | 27 | 60 | 76 |
| Binary | 11001100 | 10010010 | 1101111 | 0 | 11100 | 101110 | 10100 | 10111 | 110000 | 111110 |
Color Harmonies of #CC926F
Complementary color
Monochromatic Colors of #CC926F
Black with #CC926F
Text Example
Text Example
White with #CC926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC926F; }
p { color: rgb(204,146,111); }
H1.HeaderClassName
{
color: #CC926F;
}
.AnyTagClassName
{
color: #CC926F;
}
</style>
background-color css
<style>
a { background-color: #CC926F; }
a { background-color: rgb(204,146,111); }
div.DivClassName
{
background-color: #CC926F;
}
.BgClassName
{
background-color: #CC926F;
}
</style>
border-color css
<style>
span { border-color: #CC926F; }
span { border-color: rgb(204,146,111); }
td.TdClassName
{
border-color: #CC926F;
}
.TagClassName
{
border-color: #CC926F;
}
</style>