Shades of Wafer #CCBEB9
Tints of Wafer #CCBEB9
RGB
CMYK
RGB Variations
Color information
#CCBEB9 (or 0xCCBEB9) is known color: Wafer. HEX triplet: CC, BE and B9. RGB value is (204,190,185). Sum of RGB (Red+Green+Blue) = 204+190+185=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEB9 is #334146. Grayscale: #C1C1C1. Windows color (decimal): -3359047 or 12173004. OLE color: 12173004.
HSL color Cylindrical-coordinate representation of color #CCBEB9: hue angle of 15.79º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBEB9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 185 | - |
CMYK | 0 | 0.07 | 0.09 | 0.2 |
HSL | 15.79º | 0.16% | 0.76% | - |
HSV(B) | 15.79º | 0.09% | 0.8% | - |
XYZ | 52.07 | 53.17 | 53.42 | - |
YUV | 193.62 | 123.14 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 185 | 0 | 0.07 | 0.09 | 0.2 | 15.79 | 0.16 | 0.76 |
Hex | CC | BE | B9 | 0 | 7 | 9 | 14 | 10 | 10 | 4C |
Octal | 314 | 276 | 271 | 0 | 7 | 11 | 24 | 20 | 20 | 114 |
Binary | 11001100 | 10111110 | 10111001 | 0 | 111 | 1001 | 10100 | 10000 | 10000 | 1001100 |
Color Harmonies of #CCBEB9
Complementary color
Monochromatic Colors of #CCBEB9
Black with #CCBEB9
Text Example
Text Example
White with #CCBEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEB9; }
p { color: rgb(204,190,185); }
H1.HeaderClassName
{
color: #CCBEB9;
}
.AnyTagClassName
{
color: #CCBEB9;
}
</style>
background-color css
<style>
a { background-color: #CCBEB9; }
a { background-color: rgb(204,190,185); }
div.DivClassName
{
background-color: #CCBEB9;
}
.BgClassName
{
background-color: #CCBEB9;
}
</style>
border-color css
<style>
span { border-color: #CCBEB9; }
span { border-color: rgb(204,190,185); }
td.TdClassName
{
border-color: #CCBEB9;
}
.TagClassName
{
border-color: #CCBEB9;
}
</style>