#C3B9BC

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

Shades of Melanie #C3B9BC

Tints of Melanie #C3B9BC

Color information

#C3B9BC (or 0xC3B9BC) is unknown color: approx Melanie. HEX triplet: C3, B9 and BC. RGB value is (195,185,188). Sum of RGB (Red+Green+Blue) = 195+185+188=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9BC is #3C4643. Grayscale: #BCBCBC. Windows color (decimal): -3950148 or 12368323. OLE color: 12368323.

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

Color convert

RGB195185188-
CMYK00.050.040.24
HSL342º7.69%74.51%-
HSV(B)342º5.13%76.47%-
XYZ48.9349.9354.64-
YUV188.33127.81132.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.33%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 188 (73.83% from 255) = 33.10%
R=34.33%
G=32.57%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518518800.050.040.243427.6974.51
HexC3B9BC0541815684b
Octal3032712740543052610113
Binary11000011101110011011110001011001100010101011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9BC; }

 p { color: rgb(195,185,188); }

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

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

 a { background-color: rgb(195,185,188); }

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

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

 span { border-color: rgb(195,185,188); }

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