#CCBABF

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

Shades of Melanie #CCBABF

Tints of Melanie #CCBABF

Color information

#CCBABF (or 0xCCBABF) is unknown color: approx Melanie. HEX triplet: CC, BA and BF. RGB value is (204,186,191). Sum of RGB (Red+Green+Blue) = 204+186+191=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABF is #334540. Grayscale: #BFBFBF. Windows color (decimal): -3360065 or 12565196. OLE color: 12565196.

HSL color Cylindrical-coordinate representation of color #CCBABF: hue angle of 343.33º 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 #CCBABF is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204186191-
CMYK00.090.060.2
HSL343.33º15%76.47%-
HSV(B)343.33º8.82%80%-
XYZ51.8651.7256.54-
YUV191.95127.46136.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 191 (75% from 255) = 32.87%
R=35.11%
G=32.01%
B=32.87%

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
Decimal20418619100.090.060.2343.331576.47
HexCCBABF09614157f4c
Octal31427227701162452717114
Binary110011001011101010111111010011101010010101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBABF; }

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

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

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

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

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

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

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

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