#CABAB1

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

Shades of Wafer #CABAB1

Tints of Wafer #CABAB1

Color information

#CABAB1 (or 0xCABAB1) is unknown color: approx Wafer. HEX triplet: CA, BA and B1. RGB value is (202,186,177). Sum of RGB (Red+Green+Blue) = 202+186+177=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAB1 is #35454E. Grayscale: #BDBDBD. Windows color (decimal): -3491151 or 11647690. OLE color: 11647690.

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

Color convert

RGB202186177-
CMYK00.080.120.21
HSL21.6º19.08%74.31%-
HSV(B)21.6º12.38%79.22%-
XYZ49.8550.8548.78-
YUV189.76120.8136.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 177 (69.53% from 255) = 31.33%
R=35.75%
G=32.92%
B=31.33%

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
Decimal20218617700.080.120.2121.619.0874.31
HexCABAB108C1516134a
Octal31227226101014252623112
Binary1100101010111010101100010100011001010110110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAB1; }

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

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

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

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

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

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

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

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