#CBBAC0

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

Shades of Melanie #CBBAC0

Tints of Melanie #CBBAC0

Color information

#CBBAC0 (or 0xCBBAC0) is unknown color: approx Melanie. HEX triplet: CB, BA and C0. RGB value is (203,186,192). Sum of RGB (Red+Green+Blue) = 203+186+192=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC0 is #34453F. Grayscale: #BFBFBF. Windows color (decimal): -3425600 or 12630731. OLE color: 12630731.

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

Color convert

RGB203186192-
CMYK00.080.050.20
HSL338.82º14.05%76.27%-
HSV(B)338.82º8.37%79.61%-
XYZ51.751.6257.11-
YUV191.77128.13136.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.94%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 192 (75.39% from 255) = 33.05%
R=34.94%
G=32.01%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318619200.080.050.20338.8214.0576.27
HexCBBAC008514153e4c
Octal31327230001052452316114
Binary110010111011101011000000010001011010010101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAC0; }

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

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

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

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

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

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

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

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