Html Css Color HEX #C8BABF Melanie

📋 copy color: '#C8BABF'

red 200 ◦ green 186 ◦ blue 191

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

Shades of Melanie #C8BABF

Tints of Melanie #C8BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

 BLUE value IS 191 (75% from 255) = 33.1%

R = 34.66%
G = 32.24%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8BABF (or 0xC8BABF) is known color: Melanie. HEX triplet: C8, BA and BF. RGB value is (200,186,191). Sum of RGB (Red+Green+Blue) = 200+186+191=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BABF is #374540. Grayscale: #BEBEBE. Windows color (decimal): -3622209 or 12565192. OLE color: 12565192.

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

Color convert

RGB 200 186 191 -
CMYK 0 0.07 0.04 0.22
HSL 338.57º 0.11% 0.76% -
HSV(B) 338.57º 0.07% 0.78% -
XYZ 50.78 51.16 56.49 -
YUV 190.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 200 186 191 0 0.07 0.04 0.22 338.57 0.11 0.76
Hex C8 BA BF 0 7 4 16 153 B 4C
Octal 310 272 277 0 7 4 26 523 13 114
Binary 11001000 10111010 10111111 0 111 100 10110 101010011 1011 1001100

Color Harmonies of #C8BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BABF

Black with #C8BABF

Text Example


Text Example

White with #C8BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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