Html Css Color HEX #C7BFC1 Melanie

📋 copy color: '#C7BFC1'

red 199 ◦ green 191 ◦ blue 193

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

Shades of Melanie #C7BFC1

Tints of Melanie #C7BFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 32.76%

 BLUE value IS 193 (75.78% from 255) = 33.1%

R = 34.13%
G = 32.76%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7BFC1 (or 0xC7BFC1) is known color: Melanie. HEX triplet: C7, BF and C1. RGB value is (199,191,193). Sum of RGB (Red+Green+Blue) = 199+191+193=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFC1 is #38403E. Grayscale: #C1C1C1. Windows color (decimal): -3686463 or 12697543. OLE color: 12697543.

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

Color convert

RGB 199 191 193 -
CMYK 0 0.04 0.03 0.22
HSL 345º 0.07% 0.76% -
HSV(B) 345º 0.04% 0.78% -
XYZ 51.81 53.25 58 -
YUV 193.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 199 191 193 0 0.04 0.03 0.22 345 0.07 0.76
Hex C7 BF C1 0 4 3 16 159 7 4C
Octal 307 277 301 0 4 3 26 531 7 114
Binary 11000111 10111111 11000001 0 100 11 10110 101011001 111 1001100

Color Harmonies of #C7BFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFC1

Black with #C7BFC1

Text Example


Text Example

White with #C7BFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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