#CCBBB3

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

Shades of Wafer #CCBBB3

Tints of Wafer #CCBBB3

Color information

#CCBBB3 (or 0xCCBBB3) is unknown color: approx Wafer. HEX triplet: CC, BB and B3. RGB value is (204,187,179). Sum of RGB (Red+Green+Blue) = 204+187+179=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBB3 is #33444C. Grayscale: #BFBFBF. Windows color (decimal): -3359821 or 11779020. OLE color: 11779020.

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

Color convert

RGB204187179-
CMYK00.080.120.2
HSL19.2º19.69%75.1%-
HSV(B)19.2º12.25%80%-
XYZ50.8151.6349.94-
YUV191.17121.13137.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=35.79%
G=32.81%
B=31.40%

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
Decimal20418717900.080.120.219.219.6975.1
HexCCBBB308C1413144b
Octal31427326301014242324113
Binary1100110010111011101100110100011001010010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBB3; }

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

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

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

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

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

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

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

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