Shades of Feldspar #CC936E
Tints of Feldspar #CC936E
RGB
CMYK
RGB Variations
Color information
#CC936E (or 0xCC936E) is known color: Feldspar. HEX triplet: CC, 93 and 6E. RGB value is (204,147,110). Sum of RGB (Red+Green+Blue) = 204+147+110=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC936E is #336C91. Grayscale: #A0A0A0. Windows color (decimal): -3370130 or 7246796. OLE color: 7246796.
HSL color Cylindrical-coordinate representation of color #CC936E: hue angle of 23.62º 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 #CC936E is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 110 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.2 |
| HSL | 23.62º | 0.48% | 0.62% | - |
| HSV(B) | 23.62º | 0.46% | 0.8% | - |
| XYZ | 38.15 | 34.83 | 19.46 | - |
| YUV | 159.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 110 | 0 | 0.28 | 0.46 | 0.2 | 23.62 | 0.48 | 0.62 |
| Hex | CC | 93 | 6E | 0 | 1C | 2E | 14 | 18 | 30 | 3E |
| Octal | 314 | 223 | 156 | 0 | 34 | 56 | 24 | 30 | 60 | 76 |
| Binary | 11001100 | 10010011 | 1101110 | 0 | 11100 | 101110 | 10100 | 11000 | 110000 | 111110 |
Color Harmonies of #CC936E
Complementary color
Monochromatic Colors of #CC936E
Black with #CC936E
Text Example
Text Example
White with #CC936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC936E; }
p { color: rgb(204,147,110); }
H1.HeaderClassName
{
color: #CC936E;
}
.AnyTagClassName
{
color: #CC936E;
}
</style>
background-color css
<style>
a { background-color: #CC936E; }
a { background-color: rgb(204,147,110); }
div.DivClassName
{
background-color: #CC936E;
}
.BgClassName
{
background-color: #CC936E;
}
</style>
border-color css
<style>
span { border-color: #CC936E; }
span { border-color: rgb(204,147,110); }
td.TdClassName
{
border-color: #CC936E;
}
.TagClassName
{
border-color: #CC936E;
}
</style>