Shades of Feldspar #CC936F
Tints of Feldspar #CC936F
RGB
CMYK
RGB Variations
Color information
#CC936F (or 0xCC936F) is known color: Feldspar. HEX triplet: CC, 93 and 6F. RGB value is (204,147,111). Sum of RGB (Red+Green+Blue) = 204+147+111=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936F is #336C90. Grayscale: #A0A0A0. Windows color (decimal): -3370129 or 7312332. OLE color: 7312332.
HSL color Cylindrical-coordinate representation of color #CC936F: hue angle of 23.23º 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 #CC936F is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 111 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.2 |
| HSL | 23.23º | 0.48% | 0.62% | - |
| HSV(B) | 23.23º | 0.46% | 0.8% | - |
| XYZ | 38.2 | 34.85 | 19.75 | - |
| YUV | 159.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 111 | 0 | 0.28 | 0.46 | 0.2 | 23.23 | 0.48 | 0.62 |
| Hex | CC | 93 | 6F | 0 | 1C | 2E | 14 | 17 | 30 | 3E |
| Octal | 314 | 223 | 157 | 0 | 34 | 56 | 24 | 27 | 60 | 76 |
| Binary | 11001100 | 10010011 | 1101111 | 0 | 11100 | 101110 | 10100 | 10111 | 110000 | 111110 |
Color Harmonies of #CC936F
Complementary color
Monochromatic Colors of #CC936F
Black with #CC936F
Text Example
Text Example
White with #CC936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC936F; }
p { color: rgb(204,147,111); }
H1.HeaderClassName
{
color: #CC936F;
}
.AnyTagClassName
{
color: #CC936F;
}
</style>
background-color css
<style>
a { background-color: #CC936F; }
a { background-color: rgb(204,147,111); }
div.DivClassName
{
background-color: #CC936F;
}
.BgClassName
{
background-color: #CC936F;
}
</style>
border-color css
<style>
span { border-color: #CC936F; }
span { border-color: rgb(204,147,111); }
td.TdClassName
{
border-color: #CC936F;
}
.TagClassName
{
border-color: #CC936F;
}
</style>