Shades of Alto #CDC3C0
Tints of Alto #CDC3C0
RGB
CMYK
RGB Variations
Color information
#CDC3C0 (or 0xCDC3C0) is known color: Alto. HEX triplet: CD, C3 and C0. RGB value is (205,195,192). Sum of RGB (Red+Green+Blue) = 205+195+192=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3C0 is #323C3F. Grayscale: #C5C5C5. Windows color (decimal): -3292224 or 12633037. OLE color: 12633037.
HSL color Cylindrical-coordinate representation of color #CDC3C0: hue angle of 13.85º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC3C0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 195 | 192 | - |
CMYK | 0 | 0.05 | 0.06 | 0.20 |
HSL | 13.85º | 0.12% | 0.78% | - |
HSV(B) | 13.85º | 0.06% | 0.8% | - |
XYZ | 54.21 | 55.82 | 57.79 | - |
YUV | 197.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 195 | 192 | 0 | 0.05 | 0.06 | 0.20 | 13.85 | 0.12 | 0.78 |
Hex | CD | C3 | C0 | 0 | 5 | 6 | 14 | E | C | 4E |
Octal | 315 | 303 | 300 | 0 | 5 | 6 | 24 | 16 | 14 | 116 |
Binary | 11001101 | 11000011 | 11000000 | 0 | 101 | 110 | 10100 | 1110 | 1100 | 1001110 |
Color Harmonies of #CDC3C0
Complementary color
Monochromatic Colors of #CDC3C0
Black with #CDC3C0
Text Example
Text Example
White with #CDC3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3C0; }
p { color: rgb(205,195,192); }
H1.HeaderClassName
{
color: #CDC3C0;
}
.AnyTagClassName
{
color: #CDC3C0;
}
</style>
background-color css
<style>
a { background-color: #CDC3C0; }
a { background-color: rgb(205,195,192); }
div.DivClassName
{
background-color: #CDC3C0;
}
.BgClassName
{
background-color: #CDC3C0;
}
</style>
border-color css
<style>
span { border-color: #CDC3C0; }
span { border-color: rgb(205,195,192); }
td.TdClassName
{
border-color: #CDC3C0;
}
.TagClassName
{
border-color: #CDC3C0;
}
</style>