#CCBBAF

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

Shades of Wafer #CCBBAF

Tints of Wafer #CCBBAF

Color information

#CCBBAF (or 0xCCBBAF) is unknown color: approx Wafer. HEX triplet: CC, BB and AF. RGB value is (204,187,175). Sum of RGB (Red+Green+Blue) = 204+187+175=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBAF is #334450. Grayscale: #BEBEBE. Windows color (decimal): -3359825 or 11516876. OLE color: 11516876.

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

Color convert

RGB204187175-
CMYK00.080.140.2
HSL24.83º22.14%74.31%-
HSV(B)24.83º14.22%80%-
XYZ50.4151.4747.84-
YUV190.71119.13137.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 175 (68.75% from 255) = 30.92%
R=36.04%
G=33.04%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418717500.080.140.224.8322.1474.31
HexCCBBAF08E1419164a
Octal31427325701016243126112
Binary1100110010111011101011110100011101010011001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBAF; }

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

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

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

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

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

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

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

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