#CABAB2

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

Shades of Wafer #CABAB2

Tints of Wafer #CABAB2

Color information

#CABAB2 (or 0xCABAB2) is unknown color: approx Wafer. HEX triplet: CA, BA and B2. RGB value is (202,186,178). Sum of RGB (Red+Green+Blue) = 202+186+178=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAB2 is #35454D. Grayscale: #BDBDBD. Windows color (decimal): -3491150 or 11713226. OLE color: 11713226.

HSL color Cylindrical-coordinate representation of color #CABAB2: hue angle of 20º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABAB2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202186178-
CMYK00.080.120.21
HSL20º18.46%74.51%-
HSV(B)20º11.88%79.22%-
XYZ49.9550.8949.31-
YUV189.87121.3136.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.69%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=35.69%
G=32.86%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218617800.080.120.212018.4674.51
HexCABAB208C1514124b
Octal31227226201014252422113
Binary1100101010111010101100100100011001010110100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB2; }

 p { color: rgb(202,186,178); }

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

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

 a { background-color: rgb(202,186,178); }

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

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

 span { border-color: rgb(202,186,178); }

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