#CABABE

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

Shades of Melanie #CABABE

Tints of Melanie #CABABE

Color information

#CABABE (or 0xCABABE) is unknown color: approx Melanie. HEX triplet: CA, BA and BE. RGB value is (202,186,190). Sum of RGB (Red+Green+Blue) = 202+186+190=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABE is #354541. Grayscale: #BFBFBF. Windows color (decimal): -3491138 or 12499658. OLE color: 12499658.

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

Color convert

RGB202186190-
CMYK00.080.060.21
HSL345º13.11%76.08%-
HSV(B)345º7.92%79.22%-
XYZ51.2151.3955.94-
YUV191.24127.3135.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=34.95%
G=32.18%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218619000.080.060.2134513.1176.08
HexCABABE08615159d4c
Octal31227227601062553115114
Binary110010101011101010111110010001101010110101100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABABE; }

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

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

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

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

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

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

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

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