Html Css Color HEX #C7B6BB Melanie

📋 copy color: '#C7B6BB'

red 199 ◦ green 182 ◦ blue 187

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

Shades of Melanie #C7B6BB

Tints of Melanie #C7B6BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.92%

R = 35.04%
G = 32.04%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7B6BB (or 0xC7B6BB) is known color: Melanie. HEX triplet: C7, B6 and BB. RGB value is (199,182,187). Sum of RGB (Red+Green+Blue) = 199+182+187=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6BB is #384944. Grayscale: #BBBBBB. Windows color (decimal): -3688773 or 12302023. OLE color: 12302023.

HSL color Cylindrical-coordinate representation of color #C7B6BB: hue angle of 342.35º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7B6BB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 187 -
CMYK 0 0.09 0.06 0.22
HSL 342.35º 0.13% 0.75% -
HSV(B) 342.35º 0.09% 0.78% -
XYZ 49.25 49.19 53.91 -
YUV 187.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 199 182 187 0 0.09 0.06 0.22 342.35 0.13 0.75
Hex C7 B6 BB 0 9 6 16 156 D 4B
Octal 307 266 273 0 11 6 26 526 15 113
Binary 11000111 10110110 10111011 0 1001 110 10110 101010110 1101 1001011

Color Harmonies of #C7B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B6BB

Black with #C7B6BB

Text Example


Text Example

White with #C7B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B6BB; }

 p { color: rgb(199,182,187); }

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

background-color css

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

 a { background-color: rgb(199,182,187); }

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

border-color css

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

 span { border-color: rgb(199,182,187); }

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