Shades of Wafer #CCBAAE
Tints of Wafer #CCBAAE
RGB
CMYK
RGB Variations
Color information
#CCBAAE (or 0xCCBAAE) is known color: Wafer. HEX triplet: CC, BA and AE. RGB value is (204,186,174). Sum of RGB (Red+Green+Blue) = 204+186+174=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAAE is #334551. Grayscale: #BEBEBE. Windows color (decimal): -3360082 or 11451084. OLE color: 11451084.
HSL color Cylindrical-coordinate representation of color #CCBAAE: hue angle of 24º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBAAE is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 174 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.2 |
| HSL | 24º | 0.23% | 0.74% | - |
| HSV(B) | 24º | 0.15% | 0.8% | - |
| XYZ | 50.1 | 51.01 | 47.25 | - |
| YUV | 190.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 174 | 0 | 0.09 | 0.15 | 0.2 | 24 | 0.23 | 0.74 |
| Hex | CC | BA | AE | 0 | 9 | F | 14 | 18 | 17 | 4A |
| Octal | 314 | 272 | 256 | 0 | 11 | 17 | 24 | 30 | 27 | 112 |
| Binary | 11001100 | 10111010 | 10101110 | 0 | 1001 | 1111 | 10100 | 11000 | 10111 | 1001010 |
Color Harmonies of #CCBAAE
Complementary color
Monochromatic Colors of #CCBAAE
Black with #CCBAAE
Text Example
Text Example
White with #CCBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAAE; }
p { color: rgb(204,186,174); }
H1.HeaderClassName
{
color: #CCBAAE;
}
.AnyTagClassName
{
color: #CCBAAE;
}
</style>
background-color css
<style>
a { background-color: #CCBAAE; }
a { background-color: rgb(204,186,174); }
div.DivClassName
{
background-color: #CCBAAE;
}
.BgClassName
{
background-color: #CCBAAE;
}
</style>
border-color css
<style>
span { border-color: #CCBAAE; }
span { border-color: rgb(204,186,174); }
td.TdClassName
{
border-color: #CCBAAE;
}
.TagClassName
{
border-color: #CCBAAE;
}
</style>