Html Css Color HEX #C9B8BE Melanie

📋 copy color: '#C9B8BE'

red 201 ◦ green 184 ◦ blue 190

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

Shades of Melanie #C9B8BE

Tints of Melanie #C9B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32%

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

R = 34.96%
G = 32%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C9B8BE (or 0xC9B8BE) is known color: Melanie. HEX triplet: C9, B8 and BE. RGB value is (201,184,190). Sum of RGB (Red+Green+Blue) = 201+184+190=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B8BE is #364741. Grayscale: #BDBDBD. Windows color (decimal): -3557186 or 12499145. OLE color: 12499145.

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

Color convert

RGB 201 184 190 -
CMYK 0 0.08 0.05 0.21
HSL 338.82º 0.14% 0.75% -
HSV(B) 338.82º 0.08% 0.79% -
XYZ 50.52 50.42 55.78 -
YUV 189.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 201 184 190 0 0.08 0.05 0.21 338.82 0.14 0.75
Hex C9 B8 BE 0 8 5 15 153 E 4B
Octal 311 270 276 0 10 5 25 523 16 113
Binary 11001001 10111000 10111110 0 1000 101 10101 101010011 1110 1001011

Color Harmonies of #C9B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B8BE

Black with #C9B8BE

Text Example


Text Example

White with #C9B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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