#CABABF

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

Shades of Melanie #CABABF

Tints of Melanie #CABABF

Color information

#CABABF (or 0xCABABF) is unknown color: approx Melanie. HEX triplet: CA, BA and BF. RGB value is (202,186,191). Sum of RGB (Red+Green+Blue) = 202+186+191=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CABABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABABF is #354540. Grayscale: #BFBFBF. Windows color (decimal): -3491137 or 12565194. OLE color: 12565194.

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

Color convert

RGB202186191-
CMYK00.080.050.21
HSL341.25º13.11%76.08%-
HSV(B)341.25º7.92%79.22%-
XYZ51.3251.4456.51-
YUV191.35127.8135.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 191 (75% from 255) = 32.99%
R=34.89%
G=32.12%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218619100.080.050.21341.2513.1176.08
HexCABABF08515155d4c
Octal31227227701052552515114
Binary110010101011101010111111010001011010110101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABABF; }

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

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

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

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

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

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

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

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