Shades of Wafer #CCBAB2
Tints of Wafer #CCBAB2
RGB
CMYK
RGB Variations
Color information
#CCBAB2 (or 0xCCBAB2) is known color: Wafer. HEX triplet: CC, BA and B2. RGB value is (204,186,178). Sum of RGB (Red+Green+Blue) = 204+186+178=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAB2 is #33454D. Grayscale: #BEBEBE. Windows color (decimal): -3360078 or 11713228. OLE color: 11713228.
HSL color Cylindrical-coordinate representation of color #CCBAB2: hue angle of 18.46º degrees, saturation: 0.2, 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 #CCBAB2 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 178 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.2 |
| HSL | 18.46º | 0.2% | 0.75% | - |
| HSV(B) | 18.46º | 0.13% | 0.8% | - |
| XYZ | 50.5 | 51.17 | 49.33 | - |
| YUV | 190.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 178 | 0 | 0.09 | 0.13 | 0.2 | 18.46 | 0.2 | 0.75 |
| Hex | CC | BA | B2 | 0 | 9 | D | 14 | 12 | 14 | 4B |
| Octal | 314 | 272 | 262 | 0 | 11 | 15 | 24 | 22 | 24 | 113 |
| Binary | 11001100 | 10111010 | 10110010 | 0 | 1001 | 1101 | 10100 | 10010 | 10100 | 1001011 |
Color Harmonies of #CCBAB2
Complementary color
Monochromatic Colors of #CCBAB2
Black with #CCBAB2
Text Example
Text Example
White with #CCBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAB2; }
p { color: rgb(204,186,178); }
H1.HeaderClassName
{
color: #CCBAB2;
}
.AnyTagClassName
{
color: #CCBAB2;
}
</style>
background-color css
<style>
a { background-color: #CCBAB2; }
a { background-color: rgb(204,186,178); }
div.DivClassName
{
background-color: #CCBAB2;
}
.BgClassName
{
background-color: #CCBAB2;
}
</style>
border-color css
<style>
span { border-color: #CCBAB2; }
span { border-color: rgb(204,186,178); }
td.TdClassName
{
border-color: #CCBAB2;
}
.TagClassName
{
border-color: #CCBAB2;
}
</style>