#CCBCB3

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

Shades of Wafer #CCBCB3

Tints of Wafer #CCBCB3

Color information

#CCBCB3 (or 0xCCBCB3) is unknown color: approx Wafer. HEX triplet: CC, BC and B3. RGB value is (204,188,179). Sum of RGB (Red+Green+Blue) = 204+188+179=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCB3 is #33434C. Grayscale: #BFBFBF. Windows color (decimal): -3359565 or 11779276. OLE color: 11779276.

HSL color Cylindrical-coordinate representation of color #CCBCB3: hue angle of 21.6º 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 #CCBCB3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204188179-
CMYK00.080.120.2
HSL21.6º19.69%75.1%-
HSV(B)21.6º12.25%80%-
XYZ51.0252.0650.01-
YUV191.76120.8136.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 188 (73.83% from 255) = 32.92%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=35.73%
G=32.92%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418817900.080.120.221.619.6975.1
HexCCBCB308C1416144b
Octal31427426301014242624113
Binary1100110010111100101100110100011001010010110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCB3; }

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

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

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

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

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

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

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

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