#CCBCC0

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

Shades of Melanie #CCBCC0

Tints of Melanie #CCBCC0

Color information

#CCBCC0 (or 0xCCBCC0) is unknown color: approx Melanie. HEX triplet: CC, BC and C0. RGB value is (204,188,192). Sum of RGB (Red+Green+Blue) = 204+188+192=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCC0 is #33433F. Grayscale: #C1C1C1. Windows color (decimal): -3359552 or 12631244. OLE color: 12631244.

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

Color convert

RGB204188192-
CMYK00.080.060.2
HSL345º13.56%76.86%-
HSV(B)345º7.84%80%-
XYZ52.452.6157.26-
YUV193.24127.3135.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 192 (75.39% from 255) = 32.88%
R=34.93%
G=32.19%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418819200.080.060.234513.5676.86
HexCCBCC008614159e4d
Octal31427430001062453116115
Binary110011001011110011000000010001101010010101100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCC0; }

 p { color: rgb(204,188,192); }

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

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

 a { background-color: rgb(204,188,192); }

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

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

 span { border-color: rgb(204,188,192); }

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