Shades of Alto #CDC7C6
Tints of Alto #CDC7C6
RGB
CMYK
RGB Variations
Color information
#CDC7C6 (or 0xCDC7C6) is known color: Alto. HEX triplet: CD, C7 and C6. RGB value is (205,199,198). Sum of RGB (Red+Green+Blue) = 205+199+198=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7C6 is #323839. Grayscale: #C8C8C8. Windows color (decimal): -3291194 or 13027277. OLE color: 13027277.
HSL color Cylindrical-coordinate representation of color #CDC7C6: hue angle of 8.57º degrees, saturation: 0.07, 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 #CDC7C6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 198 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.20 |
| HSL | 8.57º | 0.07% | 0.79% | - |
| HSV(B) | 8.57º | 0.03% | 0.8% | - |
| XYZ | 55.79 | 57.9 | 61.66 | - |
| YUV | 200.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 198 | 0 | 0.03 | 0.03 | 0.20 | 8.57 | 0.07 | 0.79 |
| Hex | CD | C7 | C6 | 0 | 3 | 3 | 14 | 9 | 7 | 4F |
| Octal | 315 | 307 | 306 | 0 | 3 | 3 | 24 | 11 | 7 | 117 |
| Binary | 11001101 | 11000111 | 11000110 | 0 | 11 | 11 | 10100 | 1001 | 111 | 1001111 |
Color Harmonies of #CDC7C6
Complementary color
Monochromatic Colors of #CDC7C6
Black with #CDC7C6
Text Example
Text Example
White with #CDC7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7C6; }
p { color: rgb(205,199,198); }
H1.HeaderClassName
{
color: #CDC7C6;
}
.AnyTagClassName
{
color: #CDC7C6;
}
</style>
background-color css
<style>
a { background-color: #CDC7C6; }
a { background-color: rgb(205,199,198); }
div.DivClassName
{
background-color: #CDC7C6;
}
.BgClassName
{
background-color: #CDC7C6;
}
</style>
border-color css
<style>
span { border-color: #CDC7C6; }
span { border-color: rgb(205,199,198); }
td.TdClassName
{
border-color: #CDC7C6;
}
.TagClassName
{
border-color: #CDC7C6;
}
</style>