Html Css Color HEX #C7BABE Melanie

📋 copy color: '#C7BABE'

red 199 ◦ green 186 ◦ blue 190

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

Shades of Melanie #C7BABE

Tints of Melanie #C7BABE

RGB

 RED value IS 199 (78.13% from 255) = 34.61%

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

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

R = 34.61%
G = 32.35%
B = 33.04%

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

#C7BABE (or 0xC7BABE) is known color: Melanie. HEX triplet: C7, BA and BE. RGB value is (199,186,190). Sum of RGB (Red+Green+Blue) = 199+186+190=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABE is #384541. Grayscale: #BEBEBE. Windows color (decimal): -3687746 or 12499655. OLE color: 12499655.

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

Color convert

RGB 199 186 190 -
CMYK 0 0.07 0.05 0.22
HSL 341.54º 0.1% 0.75% -
HSV(B) 341.54º 0.07% 0.78% -
XYZ 50.41 50.98 55.9 -
YUV 190.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 199 186 190 0 0.07 0.05 0.22 341.54 0.1 0.75
Hex C7 BA BE 0 7 5 16 156 A 4B
Octal 307 272 276 0 7 5 26 526 12 113
Binary 11000111 10111010 10111110 0 111 101 10110 101010110 1010 1001011

Color Harmonies of #C7BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BABE

Black with #C7BABE

Text Example


Text Example

White with #C7BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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