Shades of Alto #CABFBD
Tints of Alto #CABFBD
RGB
CMYK
RGB Variations
Color information
#CABFBD (or 0xCABFBD) is known color: Alto. HEX triplet: CA, BF and BD. RGB value is (202,191,189). Sum of RGB (Red+Green+Blue) = 202+191+189=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFBD is #354042. Grayscale: #C2C2C2. Windows color (decimal): -3489859 or 12435402. OLE color: 12435402.
HSL color Cylindrical-coordinate representation of color #CABFBD: hue angle of 9.23º 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 #CABFBD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 189 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.21 |
| HSL | 9.23º | 0.11% | 0.77% | - |
| HSV(B) | 9.23º | 0.06% | 0.79% | - |
| XYZ | 52.17 | 53.49 | 55.72 | - |
| YUV | 194.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 189 | 0 | 0.05 | 0.06 | 0.21 | 9.23 | 0.11 | 0.77 |
| Hex | CA | BF | BD | 0 | 5 | 6 | 15 | 9 | B | 4D |
| Octal | 312 | 277 | 275 | 0 | 5 | 6 | 25 | 11 | 13 | 115 |
| Binary | 11001010 | 10111111 | 10111101 | 0 | 101 | 110 | 10101 | 1001 | 1011 | 1001101 |
Color Harmonies of #CABFBD
Complementary color
Monochromatic Colors of #CABFBD
Black with #CABFBD
Text Example
Text Example
White with #CABFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFBD; }
p { color: rgb(202,191,189); }
H1.HeaderClassName
{
color: #CABFBD;
}
.AnyTagClassName
{
color: #CABFBD;
}
</style>
background-color css
<style>
a { background-color: #CABFBD; }
a { background-color: rgb(202,191,189); }
div.DivClassName
{
background-color: #CABFBD;
}
.BgClassName
{
background-color: #CABFBD;
}
</style>
border-color css
<style>
span { border-color: #CABFBD; }
span { border-color: rgb(202,191,189); }
td.TdClassName
{
border-color: #CABFBD;
}
.TagClassName
{
border-color: #CABFBD;
}
</style>