#CCBAC0

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

Shades of Melanie #CCBAC0

Tints of Melanie #CCBAC0

Color information

#CCBAC0 (or 0xCCBAC0) is unknown color: approx Melanie. HEX triplet: CC, BA and C0. RGB value is (204,186,192). Sum of RGB (Red+Green+Blue) = 204+186+192=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBAC0 is #33453F. Grayscale: #C0C0C0. Windows color (decimal): -3360064 or 12630732. OLE color: 12630732.

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

Color convert

RGB204186192-
CMYK00.090.060.2
HSL340º15%76.47%-
HSV(B)340º8.82%80%-
XYZ51.9851.7657.12-
YUV192.07127.96136.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 192 (75.39% from 255) = 32.99%
R=35.05%
G=31.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418619200.090.060.23401576.47
HexCCBAC009614154f4c
Octal31427230001162452417114
Binary110011001011101011000000010011101010010101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAC0; }

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

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

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

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

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

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

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

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