#C8BDC0

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

Shades of Melanie #C8BDC0

Tints of Melanie #C8BDC0

Color information

#C8BDC0 (or 0xC8BDC0) is unknown color: approx Melanie. HEX triplet: C8, BD and C0. RGB value is (200,189,192). Sum of RGB (Red+Green+Blue) = 200+189+192=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC0 is #37423F. Grayscale: #C0C0C0. Windows color (decimal): -3621440 or 12631496. OLE color: 12631496.

HSL color Cylindrical-coordinate representation of color #C8BDC0: 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.05%. Process color model (Four color, CMYK) of #C8BDC0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200189192-
CMYK00.060.040.22
HSL343.64º9.09%76.27%-
HSV(B)343.64º5.5%78.43%-
XYZ51.5352.4857.28-
YUV192.63127.64133.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=34.42%
G=32.53%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018919200.060.040.22343.649.0976.27
HexC8BDC00641615894c
Octal3102753000642653011114
Binary11001000101111011100000001101001011010101100010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDC0; }

 p { color: rgb(200,189,192); }

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

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

 a { background-color: rgb(200,189,192); }

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

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

 span { border-color: rgb(200,189,192); }

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