Shades of Alto #CCC5C5
Tints of Alto #CCC5C5
RGB
CMYK
RGB Variations
Color information
#CCC5C5 (or 0xCCC5C5) is known color: Alto. HEX triplet: CC, C5 and C5. RGB value is (204,197,197). Sum of RGB (Red+Green+Blue) = 204+197+197=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5C5 is #333A3A. Grayscale: #C7C7C7. Windows color (decimal): -3357243 or 12961228. OLE color: 12961228.
HSL color Cylindrical-coordinate representation of color #CCC5C5: hue angle of 0º 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 #CCC5C5 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 197 | 197 | - |
CMYK | 0 | 0.03 | 0.03 | 0.2 |
HSL | 0º | 0.06% | 0.79% | - |
HSV(B) | 0º | 0.03% | 0.8% | - |
XYZ | 54.95 | 56.8 | 60.89 | - |
YUV | 199.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 197 | 197 | 0 | 0.03 | 0.03 | 0.2 | 0 | 0.06 | 0.79 |
Hex | CC | C5 | C5 | 0 | 3 | 3 | 14 | 0 | 6 | 4F |
Octal | 314 | 305 | 305 | 0 | 3 | 3 | 24 | 0 | 6 | 117 |
Binary | 11001100 | 11000101 | 11000101 | 0 | 11 | 11 | 10100 | 0 | 110 | 1001111 |
Color Harmonies of #CCC5C5
Complementary color
Monochromatic Colors of #CCC5C5
Black with #CCC5C5
Text Example
Text Example
White with #CCC5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5C5; }
p { color: rgb(204,197,197); }
H1.HeaderClassName
{
color: #CCC5C5;
}
.AnyTagClassName
{
color: #CCC5C5;
}
</style>
background-color css
<style>
a { background-color: #CCC5C5; }
a { background-color: rgb(204,197,197); }
div.DivClassName
{
background-color: #CCC5C5;
}
.BgClassName
{
background-color: #CCC5C5;
}
</style>
border-color css
<style>
span { border-color: #CCC5C5; }
span { border-color: rgb(204,197,197); }
td.TdClassName
{
border-color: #CCC5C5;
}
.TagClassName
{
border-color: #CCC5C5;
}
</style>