Html Css Color HEX #C7B4BA Melanie

📋 copy color: '#C7B4BA'

red 199 ◦ green 180 ◦ blue 186

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

Shades of Melanie #C7B4BA

Tints of Melanie #C7B4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.86%

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

R = 35.22%
G = 31.86%
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

#C7B4BA (or 0xC7B4BA) is known color: Melanie. HEX triplet: C7, B4 and BA. RGB value is (199,180,186). Sum of RGB (Red+Green+Blue) = 199+180+186=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4BA is #384B45. Grayscale: #BABABA. Windows color (decimal): -3689286 or 12235975. OLE color: 12235975.

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

Color convert

RGB 199 180 186 -
CMYK 0 0.10 0.07 0.22
HSL 341.05º 0.15% 0.74% -
HSV(B) 341.05º 0.1% 0.78% -
XYZ 48.74 48.33 53.21 -
YUV 186.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 199 180 186 0 0.10 0.07 0.22 341.05 0.15 0.74
Hex C7 B4 BA 0 A 7 16 155 F 4A
Octal 307 264 272 0 12 7 26 525 17 112
Binary 11000111 10110100 10111010 0 1010 111 10110 101010101 1111 1001010

Color Harmonies of #C7B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B4BA

Black with #C7B4BA

Text Example


Text Example

White with #C7B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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