Html Css Color HEX #C3B6BA Melanie

📋 copy color: '#C3B6BA'

red 195 ◦ green 182 ◦ blue 186

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

Shades of Melanie #C3B6BA

Tints of Melanie #C3B6BA

RGB

 RED value IS 195 (76.56% from 255) = 34.64%

 GREEN value IS 182 (71.48% from 255) = 32.33%

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

R = 34.64%
G = 32.33%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3B6BA (or 0xC3B6BA) is known color: Melanie. HEX triplet: C3, B6 and BA. RGB value is (195,182,186). Sum of RGB (Red+Green+Blue) = 195+182+186=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6BA is #3C4945. Grayscale: #BABABA. Windows color (decimal): -3950918 or 12236483. OLE color: 12236483.

HSL color Cylindrical-coordinate representation of color #C3B6BA: hue angle of 341.54º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3B6BA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 182 186 -
CMYK 0 0.07 0.05 0.24
HSL 341.54º 0.1% 0.74% -
HSV(B) 341.54º 0.07% 0.76% -
XYZ 48.1 48.6 53.3 -
YUV 186.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 195 182 186 0 0.07 0.05 0.24 341.54 0.1 0.74
Hex C3 B6 BA 0 7 5 18 156 A 4A
Octal 303 266 272 0 7 5 30 526 12 112
Binary 11000011 10110110 10111010 0 111 101 11000 101010110 1010 1001010

Color Harmonies of #C3B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B6BA

Black with #C3B6BA

Text Example


Text Example

White with #C3B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B6BA; }

 p { color: rgb(195,182,186); }

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

background-color css

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

 a { background-color: rgb(195,182,186); }

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

border-color css

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

 span { border-color: rgb(195,182,186); }

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