Shades of Wafer #CCBBB1
Tints of Wafer #CCBBB1
RGB
CMYK
RGB Variations
Color information
#CCBBB1 (or 0xCCBBB1) is known color: Wafer. HEX triplet: CC, BB and B1. RGB value is (204,187,177). Sum of RGB (Red+Green+Blue) = 204+187+177=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBB1 is #33444E. Grayscale: #BFBFBF. Windows color (decimal): -3359823 or 11647948. OLE color: 11647948.
HSL color Cylindrical-coordinate representation of color #CCBBB1: hue angle of 22.22º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBBB1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 177 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.2 |
| HSL | 22.22º | 0.21% | 0.75% | - |
| HSV(B) | 22.22º | 0.13% | 0.8% | - |
| XYZ | 50.61 | 51.55 | 48.88 | - |
| YUV | 190.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 177 | 0 | 0.08 | 0.13 | 0.2 | 22.22 | 0.21 | 0.75 |
| Hex | CC | BB | B1 | 0 | 8 | D | 14 | 16 | 15 | 4B |
| Octal | 314 | 273 | 261 | 0 | 10 | 15 | 24 | 26 | 25 | 113 |
| Binary | 11001100 | 10111011 | 10110001 | 0 | 1000 | 1101 | 10100 | 10110 | 10101 | 1001011 |
Color Harmonies of #CCBBB1
Complementary color
Monochromatic Colors of #CCBBB1
Black with #CCBBB1
Text Example
Text Example
White with #CCBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBB1; }
p { color: rgb(204,187,177); }
H1.HeaderClassName
{
color: #CCBBB1;
}
.AnyTagClassName
{
color: #CCBBB1;
}
</style>
background-color css
<style>
a { background-color: #CCBBB1; }
a { background-color: rgb(204,187,177); }
div.DivClassName
{
background-color: #CCBBB1;
}
.BgClassName
{
background-color: #CCBBB1;
}
</style>
border-color css
<style>
span { border-color: #CCBBB1; }
span { border-color: rgb(204,187,177); }
td.TdClassName
{
border-color: #CCBBB1;
}
.TagClassName
{
border-color: #CCBBB1;
}
</style>