Shades of Feldspar #CC926E
Tints of Feldspar #CC926E
RGB
CMYK
RGB Variations
Color information
#CC926E (or 0xCC926E) is known color: Feldspar. HEX triplet: CC, 92 and 6E. RGB value is (204,146,110). Sum of RGB (Red+Green+Blue) = 204+146+110=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC926E is #336D91. Grayscale: #9F9F9F. Windows color (decimal): -3370386 or 7246540. OLE color: 7246540.
HSL color Cylindrical-coordinate representation of color #CC926E: hue angle of 22.98º 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 #CC926E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 110 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.2 |
| HSL | 22.98º | 0.48% | 0.62% | - |
| HSV(B) | 22.98º | 0.46% | 0.8% | - |
| XYZ | 38 | 34.52 | 19.41 | - |
| YUV | 159.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 110 | 0 | 0.28 | 0.46 | 0.2 | 22.98 | 0.48 | 0.62 |
| Hex | CC | 92 | 6E | 0 | 1C | 2E | 14 | 17 | 30 | 3E |
| Octal | 314 | 222 | 156 | 0 | 34 | 56 | 24 | 27 | 60 | 76 |
| Binary | 11001100 | 10010010 | 1101110 | 0 | 11100 | 101110 | 10100 | 10111 | 110000 | 111110 |
Color Harmonies of #CC926E
Complementary color
Monochromatic Colors of #CC926E
Black with #CC926E
Text Example
Text Example
White with #CC926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC926E; }
p { color: rgb(204,146,110); }
H1.HeaderClassName
{
color: #CC926E;
}
.AnyTagClassName
{
color: #CC926E;
}
</style>
background-color css
<style>
a { background-color: #CC926E; }
a { background-color: rgb(204,146,110); }
div.DivClassName
{
background-color: #CC926E;
}
.BgClassName
{
background-color: #CC926E;
}
</style>
border-color css
<style>
span { border-color: #CC926E; }
span { border-color: rgb(204,146,110); }
td.TdClassName
{
border-color: #CC926E;
}
.TagClassName
{
border-color: #CC926E;
}
</style>