#CABAB3

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

Shades of Wafer #CABAB3

Tints of Wafer #CABAB3

Color information

#CABAB3 (or 0xCABAB3) is unknown color: approx Wafer. HEX triplet: CA, BA and B3. RGB value is (202,186,179). Sum of RGB (Red+Green+Blue) = 202+186+179=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAB3 is #35454C. Grayscale: #BEBEBE. Windows color (decimal): -3491149 or 11778762. OLE color: 11778762.

HSL color Cylindrical-coordinate representation of color #CABAB3: hue angle of 18.26º degrees, saturation: 0.18, 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 #CABAB3 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202186179-
CMYK00.080.110.21
HSL18.26º17.83%74.71%-
HSV(B)18.26º11.39%79.22%-
XYZ50.0550.9349.84-
YUV189.99121.8136.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=35.63%
G=32.80%
B=31.57%

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
Decimal20218617900.080.110.2118.2617.8374.71
HexCABAB308B1512124b
Octal31227226301013252222113
Binary1100101010111010101100110100010111010110010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB3; }

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

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

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

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

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

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

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

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