Shades of Feldspar #CC917B
Tints of Feldspar #CC917B
RGB
CMYK
RGB Variations
Color information
#CC917B (or 0xCC917B) is known color: Feldspar. HEX triplet: CC, 91 and 7B. RGB value is (204,145,123). Sum of RGB (Red+Green+Blue) = 204+145+123=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC917B is #336E84. Grayscale: #A0A0A0. Windows color (decimal): -3370629 or 8098252. OLE color: 8098252.
HSL color Cylindrical-coordinate representation of color #CC917B: hue angle of 16.3º 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 #CC917B is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 123 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.2 |
| HSL | 16.3º | 0.44% | 0.64% | - |
| HSV(B) | 16.3º | 0.4% | 0.8% | - |
| XYZ | 38.6 | 34.52 | 23.37 | - |
| YUV | 160.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 123 | 0 | 0.29 | 0.40 | 0.2 | 16.3 | 0.44 | 0.64 |
| Hex | CC | 91 | 7B | 0 | 1D | 28 | 14 | 10 | 2C | 40 |
| Octal | 314 | 221 | 173 | 0 | 35 | 50 | 24 | 20 | 54 | 100 |
| Binary | 11001100 | 10010001 | 1111011 | 0 | 11101 | 101000 | 10100 | 10000 | 101100 | 1000000 |
Color Harmonies of #CC917B
Complementary color
Monochromatic Colors of #CC917B
Black with #CC917B
Text Example
Text Example
White with #CC917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC917B; }
p { color: rgb(204,145,123); }
H1.HeaderClassName
{
color: #CC917B;
}
.AnyTagClassName
{
color: #CC917B;
}
</style>
background-color css
<style>
a { background-color: #CC917B; }
a { background-color: rgb(204,145,123); }
div.DivClassName
{
background-color: #CC917B;
}
.BgClassName
{
background-color: #CC917B;
}
</style>
border-color css
<style>
span { border-color: #CC917B; }
span { border-color: rgb(204,145,123); }
td.TdClassName
{
border-color: #CC917B;
}
.TagClassName
{
border-color: #CC917B;
}
</style>