Html Css Color HEX #C8BABE Melanie

📋 copy color: '#C8BABE'

red 200 ◦ green 186 ◦ blue 190

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

Shades of Melanie #C8BABE

Tints of Melanie #C8BABE

RGB

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

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

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

R = 34.72%
G = 32.29%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8BABE (or 0xC8BABE) is known color: Melanie. HEX triplet: C8, BA and BE. RGB value is (200,186,190). Sum of RGB (Red+Green+Blue) = 200+186+190=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BABE is #374541. Grayscale: #BEBEBE. Windows color (decimal): -3622210 or 12499656. OLE color: 12499656.

HSL color Cylindrical-coordinate representation of color #C8BABE: hue angle of 342.86º 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 #C8BABE is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 190 -
CMYK 0 0.07 0.05 0.22
HSL 342.86º 0.11% 0.76% -
HSV(B) 342.86º 0.07% 0.78% -
XYZ 50.67 51.11 55.91 -
YUV 190.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 200 186 190 0 0.07 0.05 0.22 342.86 0.11 0.76
Hex C8 BA BE 0 7 5 16 157 B 4C
Octal 310 272 276 0 7 5 26 527 13 114
Binary 11001000 10111010 10111110 0 111 101 10110 101010111 1011 1001100

Color Harmonies of #C8BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BABE

Black with #C8BABE

Text Example


Text Example

White with #C8BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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