Html Css Color HEX #C9B7BD Melanie

📋 copy color: '#C9B7BD'

red 201 ◦ green 183 ◦ blue 189

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

Shades of Melanie #C9B7BD

Tints of Melanie #C9B7BD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.94%

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

R = 35.08%
G = 31.94%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9B7BD (or 0xC9B7BD) is known color: Melanie. HEX triplet: C9, B7 and BD. RGB value is (201,183,189). Sum of RGB (Red+Green+Blue) = 201+183+189=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B7BD is #364842. Grayscale: #BDBDBD. Windows color (decimal): -3557443 or 12433353. OLE color: 12433353.

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

Color convert

RGB 201 183 189 -
CMYK 0 0.09 0.06 0.21
HSL 340º 0.14% 0.75% -
HSV(B) 340º 0.09% 0.79% -
XYZ 50.21 49.96 55.14 -
YUV 189.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 201 183 189 0 0.09 0.06 0.21 340 0.14 0.75
Hex C9 B7 BD 0 9 6 15 154 E 4B
Octal 311 267 275 0 11 6 25 524 16 113
Binary 11001001 10110111 10111101 0 1001 110 10101 101010100 1110 1001011

Color Harmonies of #C9B7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B7BD

Black with #C9B7BD

Text Example


Text Example

White with #C9B7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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