Shades of Alto #CEC5C5
Tints of Alto #CEC5C5
RGB
CMYK
RGB Variations
Color information
#CEC5C5 (or 0xCEC5C5) is known color: Alto. HEX triplet: CE, C5 and C5. RGB value is (206,197,197). Sum of RGB (Red+Green+Blue) = 206+197+197=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5C5 is #313A3A. Grayscale: #C7C7C7. Windows color (decimal): -3226171 or 12961230. OLE color: 12961230.
HSL color Cylindrical-coordinate representation of color #CEC5C5: hue angle of 0º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC5C5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 197 | 197 | - |
CMYK | 0 | 0.04 | 0.04 | 0.19 |
HSL | 0º | 0.08% | 0.79% | - |
HSV(B) | 0º | 0.04% | 0.81% | - |
XYZ | 55.5 | 57.09 | 60.92 | - |
YUV | 199.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 197 | 0 | 0.04 | 0.04 | 0.19 | 0 | 0.08 | 0.79 |
Hex | CE | C5 | C5 | 0 | 4 | 4 | 13 | 0 | 8 | 4F |
Octal | 316 | 305 | 305 | 0 | 4 | 4 | 23 | 0 | 10 | 117 |
Binary | 11001110 | 11000101 | 11000101 | 0 | 100 | 100 | 10011 | 0 | 1000 | 1001111 |
Color Harmonies of #CEC5C5
Complementary color
Monochromatic Colors of #CEC5C5
Black with #CEC5C5
Text Example
Text Example
White with #CEC5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5C5; }
p { color: rgb(206,197,197); }
H1.HeaderClassName
{
color: #CEC5C5;
}
.AnyTagClassName
{
color: #CEC5C5;
}
</style>
background-color css
<style>
a { background-color: #CEC5C5; }
a { background-color: rgb(206,197,197); }
div.DivClassName
{
background-color: #CEC5C5;
}
.BgClassName
{
background-color: #CEC5C5;
}
</style>
border-color css
<style>
span { border-color: #CEC5C5; }
span { border-color: rgb(206,197,197); }
td.TdClassName
{
border-color: #CEC5C5;
}
.TagClassName
{
border-color: #CEC5C5;
}
</style>