Html Css Color HEX #C7BCBF Melanie

📋 copy color: '#C7BCBF'

red 199 ◦ green 188 ◦ blue 191

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

Shades of Melanie #C7BCBF

Tints of Melanie #C7BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.53%

 BLUE value IS 191 (75% from 255) = 33.04%

R = 34.43%
G = 32.53%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C7BCBF (or 0xC7BCBF) is known color: Melanie. HEX triplet: C7, BC and BF. RGB value is (199,188,191). Sum of RGB (Red+Green+Blue) = 199+188+191=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCBF is #384340. Grayscale: #BFBFBF. Windows color (decimal): -3687233 or 12565703. OLE color: 12565703.

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

Color convert

RGB 199 188 191 -
CMYK 0 0.06 0.04 0.22
HSL 343.64º 0.09% 0.76% -
HSV(B) 343.64º 0.06% 0.78% -
XYZ 50.94 51.87 56.62 -
YUV 191.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 199 188 191 0 0.06 0.04 0.22 343.64 0.09 0.76
Hex C7 BC BF 0 6 4 16 158 9 4C
Octal 307 274 277 0 6 4 26 530 11 114
Binary 11000111 10111100 10111111 0 110 100 10110 101011000 1001 1001100

Color Harmonies of #C7BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCBF

Black with #C7BCBF

Text Example


Text Example

White with #C7BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCBF; }

 p { color: rgb(199,188,191); }

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

background-color css

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

 a { background-color: rgb(199,188,191); }

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

border-color css

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

 span { border-color: rgb(199,188,191); }

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