Shades of Wafer #CBB8B0
Tints of Wafer #CBB8B0
RGB
CMYK
RGB Variations
Color information
#CBB8B0 (or 0xCBB8B0) is known color: Wafer. HEX triplet: CB, B8 and B0. RGB value is (203,184,176). Sum of RGB (Red+Green+Blue) = 203+184+176=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB8B0 is #34474F. Grayscale: #BCBCBC. Windows color (decimal): -3426128 or 11581643. OLE color: 11581643.
HSL color Cylindrical-coordinate representation of color #CBB8B0: hue angle of 17.78º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB8B0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 176 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.20 |
| HSL | 17.78º | 0.21% | 0.74% | - |
| HSV(B) | 17.78º | 0.13% | 0.8% | - |
| XYZ | 49.61 | 50.11 | 48.13 | - |
| YUV | 188.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 176 | 0 | 0.09 | 0.13 | 0.20 | 17.78 | 0.21 | 0.74 |
| Hex | CB | B8 | B0 | 0 | 9 | D | 14 | 12 | 15 | 4A |
| Octal | 313 | 270 | 260 | 0 | 11 | 15 | 24 | 22 | 25 | 112 |
| Binary | 11001011 | 10111000 | 10110000 | 0 | 1001 | 1101 | 10100 | 10010 | 10101 | 1001010 |
Color Harmonies of #CBB8B0
Complementary color
Monochromatic Colors of #CBB8B0
Black with #CBB8B0
Text Example
Text Example
White with #CBB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8B0; }
p { color: rgb(203,184,176); }
H1.HeaderClassName
{
color: #CBB8B0;
}
.AnyTagClassName
{
color: #CBB8B0;
}
</style>
background-color css
<style>
a { background-color: #CBB8B0; }
a { background-color: rgb(203,184,176); }
div.DivClassName
{
background-color: #CBB8B0;
}
.BgClassName
{
background-color: #CBB8B0;
}
</style>
border-color css
<style>
span { border-color: #CBB8B0; }
span { border-color: rgb(203,184,176); }
td.TdClassName
{
border-color: #CBB8B0;
}
.TagClassName
{
border-color: #CBB8B0;
}
</style>