Shades of Alto #CCBFBC
Tints of Alto #CCBFBC
RGB
CMYK
RGB Variations
Color information
#CCBFBC (or 0xCCBFBC) is known color: Alto. HEX triplet: CC, BF and BC. RGB value is (204,191,188). Sum of RGB (Red+Green+Blue) = 204+191+188=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFBC is #334043. Grayscale: #C2C2C2. Windows color (decimal): -3358788 or 12369868. OLE color: 12369868.
HSL color Cylindrical-coordinate representation of color #CCBFBC: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBFBC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 188 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.2 |
| HSL | 11.25º | 0.14% | 0.77% | - |
| HSV(B) | 11.25º | 0.08% | 0.8% | - |
| XYZ | 52.61 | 53.73 | 55.18 | - |
| YUV | 194.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 188 | 0 | 0.06 | 0.08 | 0.2 | 11.25 | 0.14 | 0.77 |
| Hex | CC | BF | BC | 0 | 6 | 8 | 14 | B | E | 4D |
| Octal | 314 | 277 | 274 | 0 | 6 | 10 | 24 | 13 | 16 | 115 |
| Binary | 11001100 | 10111111 | 10111100 | 0 | 110 | 1000 | 10100 | 1011 | 1110 | 1001101 |
Color Harmonies of #CCBFBC
Complementary color
Monochromatic Colors of #CCBFBC
Black with #CCBFBC
Text Example
Text Example
White with #CCBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFBC; }
p { color: rgb(204,191,188); }
H1.HeaderClassName
{
color: #CCBFBC;
}
.AnyTagClassName
{
color: #CCBFBC;
}
</style>
background-color css
<style>
a { background-color: #CCBFBC; }
a { background-color: rgb(204,191,188); }
div.DivClassName
{
background-color: #CCBFBC;
}
.BgClassName
{
background-color: #CCBFBC;
}
</style>
border-color css
<style>
span { border-color: #CCBFBC; }
span { border-color: rgb(204,191,188); }
td.TdClassName
{
border-color: #CCBFBC;
}
.TagClassName
{
border-color: #CCBFBC;
}
</style>