Shades of Alto #CAC0BD
Tints of Alto #CAC0BD
RGB
CMYK
RGB Variations
Color information
#CAC0BD (or 0xCAC0BD) is known color: Alto. HEX triplet: CA, C0 and BD. RGB value is (202,192,189). Sum of RGB (Red+Green+Blue) = 202+192+189=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0BD is #353F42. Grayscale: #C2C2C2. Windows color (decimal): -3489603 or 12435658. OLE color: 12435658.
HSL color Cylindrical-coordinate representation of color #CAC0BD: hue angle of 13.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC0BD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 192 | 189 | - |
CMYK | 0 | 0.05 | 0.06 | 0.21 |
HSL | 13.85º | 0.11% | 0.77% | - |
HSV(B) | 13.85º | 0.06% | 0.79% | - |
XYZ | 52.39 | 53.93 | 55.79 | - |
YUV | 194.65 | 124.81 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 192 | 189 | 0 | 0.05 | 0.06 | 0.21 | 13.85 | 0.11 | 0.77 |
Hex | CA | C0 | BD | 0 | 5 | 6 | 15 | E | B | 4D |
Octal | 312 | 300 | 275 | 0 | 5 | 6 | 25 | 16 | 13 | 115 |
Binary | 11001010 | 11000000 | 10111101 | 0 | 101 | 110 | 10101 | 1110 | 1011 | 1001101 |
Color Harmonies of #CAC0BD
Complementary color
Monochromatic Colors of #CAC0BD
Black with #CAC0BD
Text Example
Text Example
White with #CAC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0BD; }
p { color: rgb(202,192,189); }
H1.HeaderClassName
{
color: #CAC0BD;
}
.AnyTagClassName
{
color: #CAC0BD;
}
</style>
background-color css
<style>
a { background-color: #CAC0BD; }
a { background-color: rgb(202,192,189); }
div.DivClassName
{
background-color: #CAC0BD;
}
.BgClassName
{
background-color: #CAC0BD;
}
</style>
border-color css
<style>
span { border-color: #CAC0BD; }
span { border-color: rgb(202,192,189); }
td.TdClassName
{
border-color: #CAC0BD;
}
.TagClassName
{
border-color: #CAC0BD;
}
</style>