Html Css Color HEX #C9BBBF Melanie

📋 copy color: '#C9BBBF'

red 201 ◦ green 187 ◦ blue 191

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

Shades of Melanie #C9BBBF

Tints of Melanie #C9BBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.3%

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

R = 34.72%
G = 32.3%
B = 32.99%

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

#C9BBBF (or 0xC9BBBF) is known color: Melanie. HEX triplet: C9, BB and BF. RGB value is (201,187,191). Sum of RGB (Red+Green+Blue) = 201+187+191=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 191 (75% from 255 or 32.99% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBF is #364440. Grayscale: #BFBFBF. Windows color (decimal): -3556417 or 12565449. OLE color: 12565449.

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

Color convert

RGB 201 187 191 -
CMYK 0 0.07 0.05 0.21
HSL 342.86º 0.11% 0.76% -
HSV(B) 342.86º 0.07% 0.79% -
XYZ 51.26 51.72 56.57 -
YUV 191.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 201 187 191 0 0.07 0.05 0.21 342.86 0.11 0.76
Hex C9 BB BF 0 7 5 15 157 B 4C
Octal 311 273 277 0 7 5 25 527 13 114
Binary 11001001 10111011 10111111 0 111 101 10101 101010111 1011 1001100

Color Harmonies of #C9BBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BBBF

Black with #C9BBBF

Text Example


Text Example

White with #C9BBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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