#CABAB4

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

Shades of Wafer #CABAB4

Tints of Wafer #CABAB4

Color information

#CABAB4 (or 0xCABAB4) is unknown color: approx Wafer. HEX triplet: CA, BA and B4. RGB value is (202,186,180). Sum of RGB (Red+Green+Blue) = 202+186+180=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB4 is #35454B. Grayscale: #BEBEBE. Windows color (decimal): -3491148 or 11844298. OLE color: 11844298.

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

Color convert

RGB202186180-
CMYK00.080.110.21
HSL16.36º17.19%74.9%-
HSV(B)16.36º10.89%79.22%-
XYZ50.1550.9750.37-
YUV190.1122.3136.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=35.56%
G=32.75%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218618000.080.110.2116.3617.1974.9
HexCABAB408B1510114b
Octal31227226401013252021113
Binary1100101010111010101101000100010111010110000100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB4; }

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

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

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

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

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

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

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

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