Shades of Wafer #CFBBB4
Tints of Wafer #CFBBB4
RGB
CMYK
RGB Variations
Color information
#CFBBB4 (or 0xCFBBB4) is known color: Wafer. HEX triplet: CF, BB and B4. RGB value is (207,187,180). Sum of RGB (Red+Green+Blue) = 207+187+180=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBB4 is #30444B. Grayscale: #C0C0C0. Windows color (decimal): -3163212 or 11844559. OLE color: 11844559.
HSL color Cylindrical-coordinate representation of color #CFBBB4: hue angle of 15.56º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFBBB4 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 180 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.19 |
| HSL | 15.56º | 0.22% | 0.76% | - |
| HSV(B) | 15.56º | 0.13% | 0.81% | - |
| XYZ | 51.74 | 52.1 | 50.51 | - |
| YUV | 192.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 180 | 0 | 0.10 | 0.13 | 0.19 | 15.56 | 0.22 | 0.76 |
| Hex | CF | BB | B4 | 0 | A | D | 13 | 10 | 16 | 4C |
| Octal | 317 | 273 | 264 | 0 | 12 | 15 | 23 | 20 | 26 | 114 |
| Binary | 11001111 | 10111011 | 10110100 | 0 | 1010 | 1101 | 10011 | 10000 | 10110 | 1001100 |
Color Harmonies of #CFBBB4
Complementary color
Monochromatic Colors of #CFBBB4
Black with #CFBBB4
Text Example
Text Example
White with #CFBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBB4; }
p { color: rgb(207,187,180); }
H1.HeaderClassName
{
color: #CFBBB4;
}
.AnyTagClassName
{
color: #CFBBB4;
}
</style>
background-color css
<style>
a { background-color: #CFBBB4; }
a { background-color: rgb(207,187,180); }
div.DivClassName
{
background-color: #CFBBB4;
}
.BgClassName
{
background-color: #CFBBB4;
}
</style>
border-color css
<style>
span { border-color: #CFBBB4; }
span { border-color: rgb(207,187,180); }
td.TdClassName
{
border-color: #CFBBB4;
}
.TagClassName
{
border-color: #CFBBB4;
}
</style>