Shades of Alto #CDC7C5
Tints of Alto #CDC7C5
RGB
CMYK
RGB Variations
Color information
#CDC7C5 (or 0xCDC7C5) is known color: Alto. HEX triplet: CD, C7 and C5. RGB value is (205,199,197). Sum of RGB (Red+Green+Blue) = 205+199+197=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7C5 is #32383A. Grayscale: #C8C8C8. Windows color (decimal): -3291195 or 12961741. OLE color: 12961741.
HSL color Cylindrical-coordinate representation of color #CDC7C5: hue angle of 15º 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 #CDC7C5 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 197 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.20 |
| HSL | 15º | 0.07% | 0.79% | - |
| HSV(B) | 15º | 0.04% | 0.8% | - |
| XYZ | 55.68 | 57.86 | 61.06 | - |
| YUV | 200.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 197 | 0 | 0.03 | 0.04 | 0.20 | 15 | 0.07 | 0.79 |
| Hex | CD | C7 | C5 | 0 | 3 | 4 | 14 | F | 7 | 4F |
| Octal | 315 | 307 | 305 | 0 | 3 | 4 | 24 | 17 | 7 | 117 |
| Binary | 11001101 | 11000111 | 11000101 | 0 | 11 | 100 | 10100 | 1111 | 111 | 1001111 |
Color Harmonies of #CDC7C5
Complementary color
Monochromatic Colors of #CDC7C5
Black with #CDC7C5
Text Example
Text Example
White with #CDC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7C5; }
p { color: rgb(205,199,197); }
H1.HeaderClassName
{
color: #CDC7C5;
}
.AnyTagClassName
{
color: #CDC7C5;
}
</style>
background-color css
<style>
a { background-color: #CDC7C5; }
a { background-color: rgb(205,199,197); }
div.DivClassName
{
background-color: #CDC7C5;
}
.BgClassName
{
background-color: #CDC7C5;
}
</style>
border-color css
<style>
span { border-color: #CDC7C5; }
span { border-color: rgb(205,199,197); }
td.TdClassName
{
border-color: #CDC7C5;
}
.TagClassName
{
border-color: #CDC7C5;
}
</style>