Shades of Wafer #CCBCB2
Tints of Wafer #CCBCB2
RGB
CMYK
RGB Variations
Color information
#CCBCB2 (or 0xCCBCB2) is known color: Wafer. HEX triplet: CC, BC and B2. RGB value is (204,188,178). Sum of RGB (Red+Green+Blue) = 204+188+178=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCB2 is #33434D. Grayscale: #BFBFBF. Windows color (decimal): -3359566 or 11713740. OLE color: 11713740.
HSL color Cylindrical-coordinate representation of color #CCBCB2: hue angle of 23.08º 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 #CCBCB2 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 188 | 178 | - |
CMYK | 0 | 0.08 | 0.13 | 0.2 |
HSL | 23.08º | 0.2% | 0.75% | - |
HSV(B) | 23.08º | 0.13% | 0.8% | - |
XYZ | 50.92 | 52.02 | 49.48 | - |
YUV | 191.64 | 120.3 | 136.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 188 | 178 | 0 | 0.08 | 0.13 | 0.2 | 23.08 | 0.2 | 0.75 |
Hex | CC | BC | B2 | 0 | 8 | D | 14 | 17 | 14 | 4B |
Octal | 314 | 274 | 262 | 0 | 10 | 15 | 24 | 27 | 24 | 113 |
Binary | 11001100 | 10111100 | 10110010 | 0 | 1000 | 1101 | 10100 | 10111 | 10100 | 1001011 |
Color Harmonies of #CCBCB2
Complementary color
Monochromatic Colors of #CCBCB2
Black with #CCBCB2
Text Example
Text Example
White with #CCBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCB2; }
p { color: rgb(204,188,178); }
H1.HeaderClassName
{
color: #CCBCB2;
}
.AnyTagClassName
{
color: #CCBCB2;
}
</style>
background-color css
<style>
a { background-color: #CCBCB2; }
a { background-color: rgb(204,188,178); }
div.DivClassName
{
background-color: #CCBCB2;
}
.BgClassName
{
background-color: #CCBCB2;
}
</style>
border-color css
<style>
span { border-color: #CCBCB2; }
span { border-color: rgb(204,188,178); }
td.TdClassName
{
border-color: #CCBCB2;
}
.TagClassName
{
border-color: #CCBCB2;
}
</style>