#CBBDC0

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

Shades of Melanie #CBBDC0

Tints of Melanie #CBBDC0

Color information

#CBBDC0 (or 0xCBBDC0) is unknown color: approx Melanie. HEX triplet: CB, BD and C0. RGB value is (203,189,192). Sum of RGB (Red+Green+Blue) = 203+189+192=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC0 is #34423F. Grayscale: #C1C1C1. Windows color (decimal): -3424832 or 12631499. OLE color: 12631499.

HSL color Cylindrical-coordinate representation of color #CBBDC0: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBDC0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203189192-
CMYK00.070.050.20
HSL347.14º11.86%76.86%-
HSV(B)347.14º6.9%79.61%-
XYZ52.3452.957.32-
YUV193.53127.14134.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.76%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=34.76%
G=32.36%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318919200.070.050.20347.1411.8676.86
HexCBBDC00751415bc4d
Octal3132753000752453314115
Binary11001011101111011100000001111011010010101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDC0; }

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

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

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

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

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

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

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

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