Html Css Color HEX #C9B9BD Melanie

📋 copy color: '#C9B9BD'

red 201 ◦ green 185 ◦ blue 189

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

Shades of Melanie #C9B9BD

Tints of Melanie #C9B9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.17%

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 34.96%
G = 32.17%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9B9BD (or 0xC9B9BD) is known color: Melanie. HEX triplet: C9, B9 and BD. RGB value is (201,185,189). Sum of RGB (Red+Green+Blue) = 201+185+189=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BD is #364642. Grayscale: #BEBEBE. Windows color (decimal): -3556931 or 12433865. OLE color: 12433865.

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

Color convert

RGB 201 185 189 -
CMYK 0 0.08 0.06 0.21
HSL 345º 0.13% 0.76% -
HSV(B) 345º 0.08% 0.79% -
XYZ 50.62 50.79 55.28 -
YUV 190.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 201 185 189 0 0.08 0.06 0.21 345 0.13 0.76
Hex C9 B9 BD 0 8 6 15 159 D 4C
Octal 311 271 275 0 10 6 25 531 15 114
Binary 11001001 10111001 10111101 0 1000 110 10101 101011001 1101 1001100

Color Harmonies of #C9B9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9BD

Black with #C9B9BD

Text Example


Text Example

White with #C9B9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9BD; }

 p { color: rgb(201,185,189); }

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

background-color css

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

 a { background-color: rgb(201,185,189); }

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

border-color css

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

 span { border-color: rgb(201,185,189); }

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