#CCBAAF

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

Shades of Wafer #CCBAAF

Tints of Wafer #CCBAAF

Color information

#CCBAAF (or 0xCCBAAF) is unknown color: approx Wafer. HEX triplet: CC, BA and AF. RGB value is (204,186,175). Sum of RGB (Red+Green+Blue) = 204+186+175=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAAF is #334550. Grayscale: #BEBEBE. Windows color (decimal): -3360081 or 11516620. OLE color: 11516620.

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

Color convert

RGB204186175-
CMYK00.090.140.2
HSL22.76º22.14%74.31%-
HSV(B)22.76º14.22%80%-
XYZ50.251.0547.77-
YUV190.13119.46137.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=36.11%
G=32.92%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418617500.090.140.222.7622.1474.31
HexCCBAAF09E1417164a
Octal31427225701116242726112
Binary1100110010111010101011110100111101010010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAAF; }

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

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

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

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

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

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

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

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