Shades of Alto #CCBFBE
Tints of Alto #CCBFBE
RGB
CMYK
RGB Variations
Color information
#CCBFBE (or 0xCCBFBE) is known color: Alto. HEX triplet: CC, BF and BE. RGB value is (204,191,190). Sum of RGB (Red+Green+Blue) = 204+191+190=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFBE is #334041. Grayscale: #C2C2C2. Windows color (decimal): -3358786 or 12500940. OLE color: 12500940.
HSL color Cylindrical-coordinate representation of color #CCBFBE: hue angle of 4.29º degrees, saturation: 0.12, 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 #CCBFBE is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 190 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.2 |
| HSL | 4.29º | 0.12% | 0.77% | - |
| HSV(B) | 4.29º | 0.07% | 0.8% | - |
| XYZ | 52.83 | 53.82 | 56.32 | - |
| YUV | 194.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 190 | 0 | 0.06 | 0.07 | 0.2 | 4.29 | 0.12 | 0.77 |
| Hex | CC | BF | BE | 0 | 6 | 7 | 14 | 4 | C | 4D |
| Octal | 314 | 277 | 276 | 0 | 6 | 7 | 24 | 4 | 14 | 115 |
| Binary | 11001100 | 10111111 | 10111110 | 0 | 110 | 111 | 10100 | 100 | 1100 | 1001101 |
Color Harmonies of #CCBFBE
Complementary color
Monochromatic Colors of #CCBFBE
Black with #CCBFBE
Text Example
Text Example
White with #CCBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFBE; }
p { color: rgb(204,191,190); }
H1.HeaderClassName
{
color: #CCBFBE;
}
.AnyTagClassName
{
color: #CCBFBE;
}
</style>
background-color css
<style>
a { background-color: #CCBFBE; }
a { background-color: rgb(204,191,190); }
div.DivClassName
{
background-color: #CCBFBE;
}
.BgClassName
{
background-color: #CCBFBE;
}
</style>
border-color css
<style>
span { border-color: #CCBFBE; }
span { border-color: rgb(204,191,190); }
td.TdClassName
{
border-color: #CCBFBE;
}
.TagClassName
{
border-color: #CCBFBE;
}
</style>