#C7C3C4

Color #C7C3C4 Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #C7C3C4

Tints of Melanie #C7C3C4

Color information

#C7C3C4 (or 0xC7C3C4) is unknown color: approx Melanie. HEX triplet: C7, C3 and C4. RGB value is (199,195,196). Sum of RGB (Red+Green+Blue) = 199+195+196=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3C4 is #383C3B. Grayscale: #C4C4C4. Windows color (decimal): -3685436 or 12895175. OLE color: 12895175.

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

Color convert

RGB199195196-
CMYK00.020.020.22
HSL345º3.45%77.25%-
HSV(B)345º2.01%78.04%-
XYZ53.0355.1660.08-
YUV196.31127.83129.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 196 (76.95% from 255) = 33.22%
R=33.73%
G=33.05%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919519600.020.020.223453.4577.25
HexC7C3C40221615934d
Octal307303304022265313115
Binary1100011111000011110001000101010110101011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C3C4; }

 p { color: rgb(199,195,196); }

 H1.HeaderClassName
 {
   color: #C7C3C4;
 }
 .AnyTagClassName
 {
   color: #C7C3C4;
 }
</style>
background-color css

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

 a { background-color: rgb(199,195,196); }

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

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

 span { border-color: rgb(199,195,196); }

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