Html Css Color HEX #C8B3BA Melanie

📋 copy color: '#C8B3BA'

red 200 ◦ green 179 ◦ blue 186

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

Shades of Melanie #C8B3BA

Tints of Melanie #C8B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.68%

 BLUE value IS 186 (73.05% from 255) = 32.92%

R = 35.4%
G = 31.68%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C8B3BA (or 0xC8B3BA) is known color: Melanie. HEX triplet: C8, B3 and BA. RGB value is (200,179,186). Sum of RGB (Red+Green+Blue) = 200+179+186=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B3BA is #374C45. Grayscale: #BABABA. Windows color (decimal): -3624006 or 12235720. OLE color: 12235720.

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

Color convert

RGB 200 179 186 -
CMYK 0 0.10 0.07 0.22
HSL 340º 0.16% 0.74% -
HSV(B) 340º 0.11% 0.78% -
XYZ 48.8 48.06 53.16 -
YUV 186.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 200 179 186 0 0.10 0.07 0.22 340 0.16 0.74
Hex C8 B3 BA 0 A 7 16 154 10 4A
Octal 310 263 272 0 12 7 26 524 20 112
Binary 11001000 10110011 10111010 0 1010 111 10110 101010100 10000 1001010

Color Harmonies of #C8B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B3BA

Black with #C8B3BA

Text Example


Text Example

White with #C8B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B3BA; }

 p { color: rgb(200,179,186); }

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

background-color css

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

 a { background-color: rgb(200,179,186); }

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

border-color css

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

 span { border-color: rgb(200,179,186); }

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