Shades of Alto #CCBFBD
Tints of Alto #CCBFBD
RGB
CMYK
RGB Variations
Color information
#CCBFBD (or 0xCCBFBD) is known color: Alto. HEX triplet: CC, BF and BD. RGB value is (204,191,189). Sum of RGB (Red+Green+Blue) = 204+191+189=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFBD is #334042. Grayscale: #C2C2C2. Windows color (decimal): -3358787 or 12435404. OLE color: 12435404.
HSL color Cylindrical-coordinate representation of color #CCBFBD: hue angle of 8º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBFBD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 189 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.2 |
| HSL | 8º | 0.13% | 0.77% | - |
| HSV(B) | 8º | 0.07% | 0.8% | - |
| XYZ | 52.72 | 53.77 | 55.74 | - |
| YUV | 194.66 | 124.81 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 189 | 0 | 0.06 | 0.07 | 0.2 | 8 | 0.13 | 0.77 |
| Hex | CC | BF | BD | 0 | 6 | 7 | 14 | 8 | D | 4D |
| Octal | 314 | 277 | 275 | 0 | 6 | 7 | 24 | 10 | 15 | 115 |
| Binary | 11001100 | 10111111 | 10111101 | 0 | 110 | 111 | 10100 | 1000 | 1101 | 1001101 |
Color Harmonies of #CCBFBD
Complementary color
Monochromatic Colors of #CCBFBD
Black with #CCBFBD
Text Example
Text Example
White with #CCBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFBD; }
p { color: rgb(204,191,189); }
H1.HeaderClassName
{
color: #CCBFBD;
}
.AnyTagClassName
{
color: #CCBFBD;
}
</style>
background-color css
<style>
a { background-color: #CCBFBD; }
a { background-color: rgb(204,191,189); }
div.DivClassName
{
background-color: #CCBFBD;
}
.BgClassName
{
background-color: #CCBFBD;
}
</style>
border-color css
<style>
span { border-color: #CCBFBD; }
span { border-color: rgb(204,191,189); }
td.TdClassName
{
border-color: #CCBFBD;
}
.TagClassName
{
border-color: #CCBFBD;
}
</style>