Shades of Alto #CCC7C5
Tints of Alto #CCC7C5
RGB
CMYK
RGB Variations
Color information
#CCC7C5 (or 0xCCC7C5) is known color: Alto. HEX triplet: CC, C7 and C5. RGB value is (204,199,197). Sum of RGB (Red+Green+Blue) = 204+199+197=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7C5 is #33383A. Grayscale: #C8C8C8. Windows color (decimal): -3356731 or 12961740. OLE color: 12961740.
HSL color Cylindrical-coordinate representation of color #CCC7C5: hue angle of 17.14º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC7C5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 197 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.2 |
| HSL | 17.14º | 0.06% | 0.79% | - |
| HSV(B) | 17.14º | 0.03% | 0.8% | - |
| XYZ | 55.4 | 57.72 | 61.04 | - |
| YUV | 200.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 197 | 0 | 0.02 | 0.03 | 0.2 | 17.14 | 0.06 | 0.79 |
| Hex | CC | C7 | C5 | 0 | 2 | 3 | 14 | 11 | 6 | 4F |
| Octal | 314 | 307 | 305 | 0 | 2 | 3 | 24 | 21 | 6 | 117 |
| Binary | 11001100 | 11000111 | 11000101 | 0 | 10 | 11 | 10100 | 10001 | 110 | 1001111 |
Color Harmonies of #CCC7C5
Complementary color
Monochromatic Colors of #CCC7C5
Black with #CCC7C5
Text Example
Text Example
White with #CCC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7C5; }
p { color: rgb(204,199,197); }
H1.HeaderClassName
{
color: #CCC7C5;
}
.AnyTagClassName
{
color: #CCC7C5;
}
</style>
background-color css
<style>
a { background-color: #CCC7C5; }
a { background-color: rgb(204,199,197); }
div.DivClassName
{
background-color: #CCC7C5;
}
.BgClassName
{
background-color: #CCC7C5;
}
</style>
border-color css
<style>
span { border-color: #CCC7C5; }
span { border-color: rgb(204,199,197); }
td.TdClassName
{
border-color: #CCC7C5;
}
.TagClassName
{
border-color: #CCC7C5;
}
</style>