Shades of Wafer #CFBBB5
Tints of Wafer #CFBBB5
RGB
CMYK
RGB Variations
Color information
#CFBBB5 (or 0xCFBBB5) is known color: Wafer. HEX triplet: CF, BB and B5. RGB value is (207,187,181). Sum of RGB (Red+Green+Blue) = 207+187+181=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBB5 is #30444A. Grayscale: #C0C0C0. Windows color (decimal): -3163211 or 11910095. OLE color: 11910095.
HSL color Cylindrical-coordinate representation of color #CFBBB5: hue angle of 13.85º degrees, saturation: 0.21, 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 #CFBBB5 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 181 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.19 |
| HSL | 13.85º | 0.21% | 0.76% | - |
| HSV(B) | 13.85º | 0.13% | 0.81% | - |
| XYZ | 51.84 | 52.14 | 51.05 | - |
| YUV | 192.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 181 | 0 | 0.10 | 0.13 | 0.19 | 13.85 | 0.21 | 0.76 |
| Hex | CF | BB | B5 | 0 | A | D | 13 | E | 15 | 4C |
| Octal | 317 | 273 | 265 | 0 | 12 | 15 | 23 | 16 | 25 | 114 |
| Binary | 11001111 | 10111011 | 10110101 | 0 | 1010 | 1101 | 10011 | 1110 | 10101 | 1001100 |
Color Harmonies of #CFBBB5
Complementary color
Monochromatic Colors of #CFBBB5
Black with #CFBBB5
Text Example
Text Example
White with #CFBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBBB5; }
p { color: rgb(207,187,181); }
H1.HeaderClassName
{
color: #CFBBB5;
}
.AnyTagClassName
{
color: #CFBBB5;
}
</style>
background-color css
<style>
a { background-color: #CFBBB5; }
a { background-color: rgb(207,187,181); }
div.DivClassName
{
background-color: #CFBBB5;
}
.BgClassName
{
background-color: #CFBBB5;
}
</style>
border-color css
<style>
span { border-color: #CFBBB5; }
span { border-color: rgb(207,187,181); }
td.TdClassName
{
border-color: #CFBBB5;
}
.TagClassName
{
border-color: #CFBBB5;
}
</style>