#C5B9BD

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

Shades of Melanie #C5B9BD

Tints of Melanie #C5B9BD

Color information

#C5B9BD (or 0xC5B9BD) is unknown color: approx Melanie. HEX triplet: C5, B9 and BD. RGB value is (197,185,189). Sum of RGB (Red+Green+Blue) = 197+185+189=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B9BD is #3A4642. Grayscale: #BDBDBD. Windows color (decimal): -3819075 or 12433861. OLE color: 12433861.

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

Color convert

RGB197185189-
CMYK00.060.040.23
HSL340º9.38%74.9%-
HSV(B)340º6.09%77.25%-
XYZ49.5650.2455.23-
YUV189.04127.98133.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=34.50%
G=32.40%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718518900.060.040.233409.3874.9
HexC5B9BD0641715494b
Octal3052712750642752411113
Binary11000101101110011011110101101001011110101010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9BD; }

 p { color: rgb(197,185,189); }

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

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

 a { background-color: rgb(197,185,189); }

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

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

 span { border-color: rgb(197,185,189); }

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