Html Css Color HEX #C9BABF Melanie

📋 copy color: '#C9BABF'

red 201 ◦ green 186 ◦ blue 191

#C9BABF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #C9BABF

Tints of Melanie #C9BABF

RGB

 RED value IS 201 (78.91% from 255) = 34.78%

 GREEN value IS 186 (73.05% from 255) = 32.18%

 BLUE value IS 191 (75% from 255) = 33.04%

R = 34.78%
G = 32.18%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9BABF (or 0xC9BABF) is known color: Melanie. HEX triplet: C9, BA and BF. RGB value is (201,186,191). Sum of RGB (Red+Green+Blue) = 201+186+191=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABF is #364540. Grayscale: #BFBFBF. Windows color (decimal): -3556673 or 12565193. OLE color: 12565193.

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

Color convert

RGB 201 186 191 -
CMYK 0 0.07 0.05 0.21
HSL 340º 0.12% 0.76% -
HSV(B) 340º 0.07% 0.79% -
XYZ 51.05 51.3 56.5 -
YUV 191.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 201 186 191 0 0.07 0.05 0.21 340 0.12 0.76
Hex C9 BA BF 0 7 5 15 154 C 4C
Octal 311 272 277 0 7 5 25 524 14 114
Binary 11001001 10111010 10111111 0 111 101 10101 101010100 1100 1001100

Color Harmonies of #C9BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BABF

Black with #C9BABF

Text Example


Text Example

White with #C9BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BABF; }

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

 H1.HeaderClassName
 {
   color: #C9BABF;
 }
 .AnyTagClassName
 {
   color: #C9BABF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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