Html Css Color HEX #C8B9BE Melanie

📋 copy color: '#C8B9BE'

red 200 ◦ green 185 ◦ blue 190

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

Shades of Melanie #C8B9BE

Tints of Melanie #C8B9BE

RGB

 RED value IS 200 (78.52% from 255) = 34.78%

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

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

R = 34.78%
G = 32.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8B9BE (or 0xC8B9BE) is known color: Melanie. HEX triplet: C8, B9 and BE. RGB value is (200,185,190). Sum of RGB (Red+Green+Blue) = 200+185+190=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B9BE is #374641. Grayscale: #BEBEBE. Windows color (decimal): -3622466 or 12499400. OLE color: 12499400.

HSL color Cylindrical-coordinate representation of color #C8B9BE: hue angle of 340º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8B9BE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 190 -
CMYK 0 0.08 0.05 0.22
HSL 340º 0.12% 0.75% -
HSV(B) 340º 0.07% 0.78% -
XYZ 50.46 50.69 55.84 -
YUV 190.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 200 185 190 0 0.08 0.05 0.22 340 0.12 0.75
Hex C8 B9 BE 0 8 5 16 154 C 4B
Octal 310 271 276 0 10 5 26 524 14 113
Binary 11001000 10111001 10111110 0 1000 101 10110 101010100 1100 1001011

Color Harmonies of #C8B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B9BE

Black with #C8B9BE

Text Example


Text Example

White with #C8B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B9BE; }

 p { color: rgb(200,185,190); }

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

background-color css

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

 a { background-color: rgb(200,185,190); }

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

border-color css

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

 span { border-color: rgb(200,185,190); }

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