Shades of Wafer #CCBAB4
Tints of Wafer #CCBAB4
RGB
CMYK
RGB Variations
Color information
#CCBAB4 (or 0xCCBAB4) is known color: Wafer. HEX triplet: CC, BA and B4. RGB value is (204,186,180). Sum of RGB (Red+Green+Blue) = 204+186+180=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAB4 is #33454B. Grayscale: #BEBEBE. Windows color (decimal): -3360076 or 11844300. OLE color: 11844300.
HSL color Cylindrical-coordinate representation of color #CCBAB4: hue angle of 15º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBAB4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 180 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.2 |
| HSL | 15º | 0.19% | 0.75% | - |
| HSV(B) | 15º | 0.12% | 0.8% | - |
| XYZ | 50.7 | 51.25 | 50.4 | - |
| YUV | 190.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 180 | 0 | 0.09 | 0.12 | 0.2 | 15 | 0.19 | 0.75 |
| Hex | CC | BA | B4 | 0 | 9 | C | 14 | F | 13 | 4B |
| Octal | 314 | 272 | 264 | 0 | 11 | 14 | 24 | 17 | 23 | 113 |
| Binary | 11001100 | 10111010 | 10110100 | 0 | 1001 | 1100 | 10100 | 1111 | 10011 | 1001011 |
Color Harmonies of #CCBAB4
Complementary color
Monochromatic Colors of #CCBAB4
Black with #CCBAB4
Text Example
Text Example
White with #CCBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAB4; }
p { color: rgb(204,186,180); }
H1.HeaderClassName
{
color: #CCBAB4;
}
.AnyTagClassName
{
color: #CCBAB4;
}
</style>
background-color css
<style>
a { background-color: #CCBAB4; }
a { background-color: rgb(204,186,180); }
div.DivClassName
{
background-color: #CCBAB4;
}
.BgClassName
{
background-color: #CCBAB4;
}
</style>
border-color css
<style>
span { border-color: #CCBAB4; }
span { border-color: rgb(204,186,180); }
td.TdClassName
{
border-color: #CCBAB4;
}
.TagClassName
{
border-color: #CCBAB4;
}
</style>