Shades of Wafer #CCBCB6
Tints of Wafer #CCBCB6
RGB
CMYK
RGB Variations
Color information
#CCBCB6 (or 0xCCBCB6) is known color: Wafer. HEX triplet: CC, BC and B6. RGB value is (204,188,182). Sum of RGB (Red+Green+Blue) = 204+188+182=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCB6 is #334349. Grayscale: #C0C0C0. Windows color (decimal): -3359562 or 11975884. OLE color: 11975884.
HSL color Cylindrical-coordinate representation of color #CCBCB6: hue angle of 16.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBCB6 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 182 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.2 |
| HSL | 16.36º | 0.18% | 0.76% | - |
| HSV(B) | 16.36º | 0.11% | 0.8% | - |
| XYZ | 51.33 | 52.18 | 51.62 | - |
| YUV | 192.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 182 | 0 | 0.08 | 0.11 | 0.2 | 16.36 | 0.18 | 0.76 |
| Hex | CC | BC | B6 | 0 | 8 | B | 14 | 10 | 12 | 4C |
| Octal | 314 | 274 | 266 | 0 | 10 | 13 | 24 | 20 | 22 | 114 |
| Binary | 11001100 | 10111100 | 10110110 | 0 | 1000 | 1011 | 10100 | 10000 | 10010 | 1001100 |
Color Harmonies of #CCBCB6
Complementary color
Monochromatic Colors of #CCBCB6
Black with #CCBCB6
Text Example
Text Example
White with #CCBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCB6; }
p { color: rgb(204,188,182); }
H1.HeaderClassName
{
color: #CCBCB6;
}
.AnyTagClassName
{
color: #CCBCB6;
}
</style>
background-color css
<style>
a { background-color: #CCBCB6; }
a { background-color: rgb(204,188,182); }
div.DivClassName
{
background-color: #CCBCB6;
}
.BgClassName
{
background-color: #CCBCB6;
}
</style>
border-color css
<style>
span { border-color: #CCBCB6; }
span { border-color: rgb(204,188,182); }
td.TdClassName
{
border-color: #CCBCB6;
}
.TagClassName
{
border-color: #CCBCB6;
}
</style>