Shades of Alto #CEC3C3
Tints of Alto #CEC3C3
RGB
CMYK
RGB Variations
Color information
#CEC3C3 (or 0xCEC3C3) is known color: Alto. HEX triplet: CE, C3 and C3. RGB value is (206,195,195). Sum of RGB (Red+Green+Blue) = 206+195+195=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3C3 is #313C3C. Grayscale: #C6C6C6. Windows color (decimal): -3226685 or 12829646. OLE color: 12829646.
HSL color Cylindrical-coordinate representation of color #CEC3C3: hue angle of 0º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC3C3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 195 | - |
CMYK | 0 | 0.05 | 0.05 | 0.19 |
HSL | 0º | 0.1% | 0.79% | - |
HSV(B) | 0º | 0.05% | 0.81% | - |
XYZ | 54.82 | 56.09 | 59.57 | - |
YUV | 198.29 | 126.14 | 133.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 195 | 0 | 0.05 | 0.05 | 0.19 | 0 | 0.1 | 0.79 |
Hex | CE | C3 | C3 | 0 | 5 | 5 | 13 | 0 | A | 4F |
Octal | 316 | 303 | 303 | 0 | 5 | 5 | 23 | 0 | 12 | 117 |
Binary | 11001110 | 11000011 | 11000011 | 0 | 101 | 101 | 10011 | 0 | 1010 | 1001111 |
Color Harmonies of #CEC3C3
Complementary color
Monochromatic Colors of #CEC3C3
Black with #CEC3C3
Text Example
Text Example
White with #CEC3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3C3; }
p { color: rgb(206,195,195); }
H1.HeaderClassName
{
color: #CEC3C3;
}
.AnyTagClassName
{
color: #CEC3C3;
}
</style>
background-color css
<style>
a { background-color: #CEC3C3; }
a { background-color: rgb(206,195,195); }
div.DivClassName
{
background-color: #CEC3C3;
}
.BgClassName
{
background-color: #CEC3C3;
}
</style>
border-color css
<style>
span { border-color: #CEC3C3; }
span { border-color: rgb(206,195,195); }
td.TdClassName
{
border-color: #CEC3C3;
}
.TagClassName
{
border-color: #CEC3C3;
}
</style>