Shades of Alto #CDC5C5
Tints of Alto #CDC5C5
RGB
CMYK
RGB Variations
Color information
#CDC5C5 (or 0xCDC5C5) is known color: Alto. HEX triplet: CD, C5 and C5. RGB value is (205,197,197). Sum of RGB (Red+Green+Blue) = 205+197+197=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 197 (77.34% from 255 or 32.89% from 599); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5C5 is #323A3A. Grayscale: #C7C7C7. Windows color (decimal): -3291707 or 12961229. OLE color: 12961229.
HSL color Cylindrical-coordinate representation of color #CDC5C5: hue angle of 0º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC5C5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 197 | 197 | - |
CMYK | 0 | 0.04 | 0.04 | 0.20 |
HSL | 0º | 0.07% | 0.79% | - |
HSV(B) | 0º | 0.04% | 0.8% | - |
XYZ | 55.22 | 56.94 | 60.9 | - |
YUV | 199.39 | 126.65 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 197 | 0 | 0.04 | 0.04 | 0.20 | 0 | 0.07 | 0.79 |
Hex | CD | C5 | C5 | 0 | 4 | 4 | 14 | 0 | 7 | 4F |
Octal | 315 | 305 | 305 | 0 | 4 | 4 | 24 | 0 | 7 | 117 |
Binary | 11001101 | 11000101 | 11000101 | 0 | 100 | 100 | 10100 | 0 | 111 | 1001111 |
Color Harmonies of #CDC5C5
Complementary color
Monochromatic Colors of #CDC5C5
Black with #CDC5C5
Text Example
Text Example
White with #CDC5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5C5; }
p { color: rgb(205,197,197); }
H1.HeaderClassName
{
color: #CDC5C5;
}
.AnyTagClassName
{
color: #CDC5C5;
}
</style>
background-color css
<style>
a { background-color: #CDC5C5; }
a { background-color: rgb(205,197,197); }
div.DivClassName
{
background-color: #CDC5C5;
}
.BgClassName
{
background-color: #CDC5C5;
}
</style>
border-color css
<style>
span { border-color: #CDC5C5; }
span { border-color: rgb(205,197,197); }
td.TdClassName
{
border-color: #CDC5C5;
}
.TagClassName
{
border-color: #CDC5C5;
}
</style>