Shades of Feldspar #CC956D
Tints of Feldspar #CC956D
RGB
CMYK
RGB Variations
Color information
#CC956D (or 0xCC956D) is known color: Feldspar. HEX triplet: CC, 95 and 6D. RGB value is (204,149,109). Sum of RGB (Red+Green+Blue) = 204+149+109=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC956D is #336A92. Grayscale: #A1A1A1. Windows color (decimal): -3369619 or 7181772. OLE color: 7181772.
HSL color Cylindrical-coordinate representation of color #CC956D: hue angle of 25.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC956D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 109 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.2 |
| HSL | 25.26º | 0.48% | 0.61% | - |
| HSV(B) | 25.26º | 0.47% | 0.8% | - |
| XYZ | 38.41 | 35.44 | 19.28 | - |
| YUV | 160.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 109 | 0 | 0.27 | 0.47 | 0.2 | 25.26 | 0.48 | 0.61 |
| Hex | CC | 95 | 6D | 0 | 1B | 2F | 14 | 19 | 30 | 3D |
| Octal | 314 | 225 | 155 | 0 | 33 | 57 | 24 | 31 | 60 | 75 |
| Binary | 11001100 | 10010101 | 1101101 | 0 | 11011 | 101111 | 10100 | 11001 | 110000 | 111101 |
Color Harmonies of #CC956D
Complementary color
Monochromatic Colors of #CC956D
Black with #CC956D
Text Example
Text Example
White with #CC956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC956D; }
p { color: rgb(204,149,109); }
H1.HeaderClassName
{
color: #CC956D;
}
.AnyTagClassName
{
color: #CC956D;
}
</style>
background-color css
<style>
a { background-color: #CC956D; }
a { background-color: rgb(204,149,109); }
div.DivClassName
{
background-color: #CC956D;
}
.BgClassName
{
background-color: #CC956D;
}
</style>
border-color css
<style>
span { border-color: #CC956D; }
span { border-color: rgb(204,149,109); }
td.TdClassName
{
border-color: #CC956D;
}
.TagClassName
{
border-color: #CC956D;
}
</style>