Shades of Alto #CCC0BF
Tints of Alto #CCC0BF
RGB
CMYK
RGB Variations
Color information
#CCC0BF (or 0xCCC0BF) is known color: Alto. HEX triplet: CC, C0 and BF. RGB value is (204,192,191). Sum of RGB (Red+Green+Blue) = 204+192+191=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0BF is #333F40. Grayscale: #C3C3C3. Windows color (decimal): -3358529 or 12566732. OLE color: 12566732.
HSL color Cylindrical-coordinate representation of color #CCC0BF: hue angle of 4.62º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC0BF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 191 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.2 |
| HSL | 4.62º | 0.11% | 0.77% | - |
| HSV(B) | 4.62º | 0.06% | 0.8% | - |
| XYZ | 53.16 | 54.3 | 56.97 | - |
| YUV | 195.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 191 | 0 | 0.06 | 0.06 | 0.2 | 4.62 | 0.11 | 0.77 |
| Hex | CC | C0 | BF | 0 | 6 | 6 | 14 | 5 | B | 4D |
| Octal | 314 | 300 | 277 | 0 | 6 | 6 | 24 | 5 | 13 | 115 |
| Binary | 11001100 | 11000000 | 10111111 | 0 | 110 | 110 | 10100 | 101 | 1011 | 1001101 |
Color Harmonies of #CCC0BF
Complementary color
Monochromatic Colors of #CCC0BF
Black with #CCC0BF
Text Example
Text Example
White with #CCC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC0BF; }
p { color: rgb(204,192,191); }
H1.HeaderClassName
{
color: #CCC0BF;
}
.AnyTagClassName
{
color: #CCC0BF;
}
</style>
background-color css
<style>
a { background-color: #CCC0BF; }
a { background-color: rgb(204,192,191); }
div.DivClassName
{
background-color: #CCC0BF;
}
.BgClassName
{
background-color: #CCC0BF;
}
</style>
border-color css
<style>
span { border-color: #CCC0BF; }
span { border-color: rgb(204,192,191); }
td.TdClassName
{
border-color: #CCC0BF;
}
.TagClassName
{
border-color: #CCC0BF;
}
</style>