Shades of Alto #CDCAC9
Tints of Alto #CDCAC9
RGB
CMYK
RGB Variations
Color information
#CDCAC9 (or 0xCDCAC9) is known color: Alto. HEX triplet: CD, CA and C9. RGB value is (205,202,201). Sum of RGB (Red+Green+Blue) = 205+202+201=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAC9 is #323536. Grayscale: #CACACA. Windows color (decimal): -3290423 or 13224653. OLE color: 13224653.
HSL color Cylindrical-coordinate representation of color #CDCAC9: hue angle of 15º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDCAC9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 202 | 201 | - |
CMYK | 0 | 0.01 | 0.02 | 0.20 |
HSL | 15º | 0.04% | 0.8% | - |
HSV(B) | 15º | 0.02% | 0.8% | - |
XYZ | 56.84 | 59.44 | 63.74 | - |
YUV | 202.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 202 | 201 | 0 | 0.01 | 0.02 | 0.20 | 15 | 0.04 | 0.8 |
Hex | CD | CA | C9 | 0 | 1 | 2 | 14 | F | 4 | 50 |
Octal | 315 | 312 | 311 | 0 | 1 | 2 | 24 | 17 | 4 | 120 |
Binary | 11001101 | 11001010 | 11001001 | 0 | 1 | 10 | 10100 | 1111 | 100 | 1010000 |
Color Harmonies of #CDCAC9
Complementary color
Monochromatic Colors of #CDCAC9
Black with #CDCAC9
Text Example
Text Example
White with #CDCAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCAC9; }
p { color: rgb(205,202,201); }
H1.HeaderClassName
{
color: #CDCAC9;
}
.AnyTagClassName
{
color: #CDCAC9;
}
</style>
background-color css
<style>
a { background-color: #CDCAC9; }
a { background-color: rgb(205,202,201); }
div.DivClassName
{
background-color: #CDCAC9;
}
.BgClassName
{
background-color: #CDCAC9;
}
</style>
border-color css
<style>
span { border-color: #CDCAC9; }
span { border-color: rgb(205,202,201); }
td.TdClassName
{
border-color: #CDCAC9;
}
.TagClassName
{
border-color: #CDCAC9;
}
</style>