#CCBBAE

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

Shades of Wafer #CCBBAE

Tints of Wafer #CCBBAE

Color information

#CCBBAE (or 0xCCBBAE) is unknown color: approx Wafer. HEX triplet: CC, BB and AE. RGB value is (204,187,174). Sum of RGB (Red+Green+Blue) = 204+187+174=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBAE is #334451. Grayscale: #BEBEBE. Windows color (decimal): -3359826 or 11451340. OLE color: 11451340.

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

Color convert

RGB204187174-
CMYK00.080.150.2
HSL26º22.73%74.12%-
HSV(B)26º14.71%80%-
XYZ50.3151.4347.32-
YUV190.6118.63137.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=36.11%
G=33.10%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418717400.080.150.22622.7374.12
HexCCBBAE08F141a174a
Octal31427325601017243227112
Binary1100110010111011101011100100011111010011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBAE; }

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

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

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

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

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

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

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

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