Shades of Wafer #CCB9B3
Tints of Wafer #CCB9B3
RGB
CMYK
RGB Variations
Color information
#CCB9B3 (or 0xCCB9B3) is known color: Wafer. HEX triplet: CC, B9 and B3. RGB value is (204,185,179). Sum of RGB (Red+Green+Blue) = 204+185+179=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9B3 is #33464C. Grayscale: #BEBEBE. Windows color (decimal): -3360333 or 11778508. OLE color: 11778508.
HSL color Cylindrical-coordinate representation of color #CCB9B3: hue angle of 14.4º degrees, saturation: 0.2, 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 #CCB9B3 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 179 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.2 |
| HSL | 14.4º | 0.2% | 0.75% | - |
| HSV(B) | 14.4º | 0.12% | 0.8% | - |
| XYZ | 50.39 | 50.79 | 49.8 | - |
| YUV | 190 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 179 | 0 | 0.09 | 0.12 | 0.2 | 14.4 | 0.2 | 0.75 |
| Hex | CC | B9 | B3 | 0 | 9 | C | 14 | E | 14 | 4B |
| Octal | 314 | 271 | 263 | 0 | 11 | 14 | 24 | 16 | 24 | 113 |
| Binary | 11001100 | 10111001 | 10110011 | 0 | 1001 | 1100 | 10100 | 1110 | 10100 | 1001011 |
Color Harmonies of #CCB9B3
Complementary color
Monochromatic Colors of #CCB9B3
Black with #CCB9B3
Text Example
Text Example
White with #CCB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9B3; }
p { color: rgb(204,185,179); }
H1.HeaderClassName
{
color: #CCB9B3;
}
.AnyTagClassName
{
color: #CCB9B3;
}
</style>
background-color css
<style>
a { background-color: #CCB9B3; }
a { background-color: rgb(204,185,179); }
div.DivClassName
{
background-color: #CCB9B3;
}
.BgClassName
{
background-color: #CCB9B3;
}
</style>
border-color css
<style>
span { border-color: #CCB9B3; }
span { border-color: rgb(204,185,179); }
td.TdClassName
{
border-color: #CCB9B3;
}
.TagClassName
{
border-color: #CCB9B3;
}
</style>