#CCBCB6

Color #CCBCB6 Wafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wafer #CCBCB6

Tints of Wafer #CCBCB6

Color information

#CCBCB6 (or 0xCCBCB6) is unknown color: approx Wafer. HEX triplet: CC, BC and B6. RGB value is (204,188,182). Sum of RGB (Red+Green+Blue) = 204+188+182=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCB6 is #334349. Grayscale: #C0C0C0. Windows color (decimal): -3359562 or 11975884. OLE color: 11975884.

HSL color Cylindrical-coordinate representation of color #CCBCB6: hue angle of 16.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBCB6 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB204188182-
CMYK00.080.110.2
HSL16.36º17.74%75.69%-
HSV(B)16.36º10.78%80%-
XYZ51.3352.1851.62-
YUV192.1122.3136.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=35.54%
G=32.75%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418818200.080.110.216.3617.7475.69
HexCCBCB608B1410124c
Octal31427426601013242022114
Binary1100110010111100101101100100010111010010000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCB6; }

 p { color: rgb(204,188,182); }

 H1.HeaderClassName
 {
   color: #CCBCB6;
 }
 .AnyTagClassName
 {
   color: #CCBCB6;
 }
</style>
background-color css

<style>
 a { background-color: #CCBCB6; }

 a { background-color: rgb(204,188,182); }

 div.DivClassName
 {
   background-color: #CCBCB6;
 }
 .BgClassName
 {
   background-color: #CCBCB6;
 }
</style>
border-color css

<style>
 span { border-color: #CCBCB6; }

 span { border-color: rgb(204,188,182); }

 td.TdClassName
 {
   border-color: #CCBCB6;
 }
 .TagClassName
 {
   border-color: #CCBCB6;
 }
</style>