Shades of Feldspar #CC957B
Tints of Feldspar #CC957B
RGB
CMYK
RGB Variations
Color information
#CC957B (or 0xCC957B) is known color: Feldspar. HEX triplet: CC, 95 and 7B. RGB value is (204,149,123). Sum of RGB (Red+Green+Blue) = 204+149+123=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC957B is #336A84. Grayscale: #A2A2A2. Windows color (decimal): -3369605 or 8099276. OLE color: 8099276.
HSL color Cylindrical-coordinate representation of color #CC957B: hue angle of 19.26º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC957B is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 123 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.2 |
| HSL | 19.26º | 0.44% | 0.64% | - |
| HSV(B) | 19.26º | 0.4% | 0.8% | - |
| XYZ | 39.22 | 35.76 | 23.57 | - |
| YUV | 162.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 123 | 0 | 0.27 | 0.40 | 0.2 | 19.26 | 0.44 | 0.64 |
| Hex | CC | 95 | 7B | 0 | 1B | 28 | 14 | 13 | 2C | 40 |
| Octal | 314 | 225 | 173 | 0 | 33 | 50 | 24 | 23 | 54 | 100 |
| Binary | 11001100 | 10010101 | 1111011 | 0 | 11011 | 101000 | 10100 | 10011 | 101100 | 1000000 |
Color Harmonies of #CC957B
Complementary color
Monochromatic Colors of #CC957B
Black with #CC957B
Text Example
Text Example
White with #CC957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC957B; }
p { color: rgb(204,149,123); }
H1.HeaderClassName
{
color: #CC957B;
}
.AnyTagClassName
{
color: #CC957B;
}
</style>
background-color css
<style>
a { background-color: #CC957B; }
a { background-color: rgb(204,149,123); }
div.DivClassName
{
background-color: #CC957B;
}
.BgClassName
{
background-color: #CC957B;
}
</style>
border-color css
<style>
span { border-color: #CC957B; }
span { border-color: rgb(204,149,123); }
td.TdClassName
{
border-color: #CC957B;
}
.TagClassName
{
border-color: #CC957B;
}
</style>