Shades of Alto #CCC0BE
Tints of Alto #CCC0BE
RGB
CMYK
RGB Variations
Color information
#CCC0BE (or 0xCCC0BE) is known color: Alto. HEX triplet: CC, C0 and BE. RGB value is (204,192,190). Sum of RGB (Red+Green+Blue) = 204+192+190=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BE is #333F41. Grayscale: #C3C3C3. Windows color (decimal): -3358530 or 12501196. OLE color: 12501196.
HSL color Cylindrical-coordinate representation of color #CCC0BE: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC0BE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 190 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.2 |
| HSL | 8.57º | 0.12% | 0.77% | - |
| HSV(B) | 8.57º | 0.07% | 0.8% | - |
| XYZ | 53.05 | 54.25 | 56.39 | - |
| YUV | 195.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 190 | 0 | 0.06 | 0.07 | 0.2 | 8.57 | 0.12 | 0.77 |
| Hex | CC | C0 | BE | 0 | 6 | 7 | 14 | 9 | C | 4D |
| Octal | 314 | 300 | 276 | 0 | 6 | 7 | 24 | 11 | 14 | 115 |
| Binary | 11001100 | 11000000 | 10111110 | 0 | 110 | 111 | 10100 | 1001 | 1100 | 1001101 |
Color Harmonies of #CCC0BE
Complementary color
Monochromatic Colors of #CCC0BE
Black with #CCC0BE
Text Example
Text Example
White with #CCC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0BE; }
p { color: rgb(204,192,190); }
H1.HeaderClassName
{
color: #CCC0BE;
}
.AnyTagClassName
{
color: #CCC0BE;
}
</style>
background-color css
<style>
a { background-color: #CCC0BE; }
a { background-color: rgb(204,192,190); }
div.DivClassName
{
background-color: #CCC0BE;
}
.BgClassName
{
background-color: #CCC0BE;
}
</style>
border-color css
<style>
span { border-color: #CCC0BE; }
span { border-color: rgb(204,192,190); }
td.TdClassName
{
border-color: #CCC0BE;
}
.TagClassName
{
border-color: #CCC0BE;
}
</style>