Shades of Alto #CABFBC
Tints of Alto #CABFBC
RGB
CMYK
RGB Variations
Color information
#CABFBC (or 0xCABFBC) is known color: Alto. HEX triplet: CA, BF and BC. RGB value is (202,191,188). Sum of RGB (Red+Green+Blue) = 202+191+188=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFBC is #354043. Grayscale: #C1C1C1. Windows color (decimal): -3489860 or 12369866. OLE color: 12369866.
HSL color Cylindrical-coordinate representation of color #CABFBC: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABFBC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 188 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.21 |
| HSL | 12.86º | 0.12% | 0.76% | - |
| HSV(B) | 12.86º | 0.07% | 0.79% | - |
| XYZ | 52.07 | 53.45 | 55.15 | - |
| YUV | 193.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 188 | 0 | 0.05 | 0.07 | 0.21 | 12.86 | 0.12 | 0.76 |
| Hex | CA | BF | BC | 0 | 5 | 7 | 15 | D | C | 4C |
| Octal | 312 | 277 | 274 | 0 | 5 | 7 | 25 | 15 | 14 | 114 |
| Binary | 11001010 | 10111111 | 10111100 | 0 | 101 | 111 | 10101 | 1101 | 1100 | 1001100 |
Color Harmonies of #CABFBC
Complementary color
Monochromatic Colors of #CABFBC
Black with #CABFBC
Text Example
Text Example
White with #CABFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFBC; }
p { color: rgb(202,191,188); }
H1.HeaderClassName
{
color: #CABFBC;
}
.AnyTagClassName
{
color: #CABFBC;
}
</style>
background-color css
<style>
a { background-color: #CABFBC; }
a { background-color: rgb(202,191,188); }
div.DivClassName
{
background-color: #CABFBC;
}
.BgClassName
{
background-color: #CABFBC;
}
</style>
border-color css
<style>
span { border-color: #CABFBC; }
span { border-color: rgb(202,191,188); }
td.TdClassName
{
border-color: #CABFBC;
}
.TagClassName
{
border-color: #CABFBC;
}
</style>