Html Css Color HEX #C9BABE Melanie

📋 copy color: '#C9BABE'

red 201 ◦ green 186 ◦ blue 190

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

Shades of Melanie #C9BABE

Tints of Melanie #C9BABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.93%

R = 34.84%
G = 32.24%
B = 32.93%

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

#C9BABE (or 0xC9BABE) is known color: Melanie. HEX triplet: C9, BA and BE. RGB value is (201,186,190). Sum of RGB (Red+Green+Blue) = 201+186+190=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABE is #364541. Grayscale: #BEBEBE. Windows color (decimal): -3556674 or 12499657. OLE color: 12499657.

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

Color convert

RGB 201 186 190 -
CMYK 0 0.07 0.05 0.21
HSL 344º 0.12% 0.76% -
HSV(B) 344º 0.07% 0.79% -
XYZ 50.94 51.25 55.92 -
YUV 190.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 201 186 190 0 0.07 0.05 0.21 344 0.12 0.76
Hex C9 BA BE 0 7 5 15 158 C 4C
Octal 311 272 276 0 7 5 25 530 14 114
Binary 11001001 10111010 10111110 0 111 101 10101 101011000 1100 1001100

Color Harmonies of #C9BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BABE

Black with #C9BABE

Text Example


Text Example

White with #C9BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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