#CCB9BF

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

Shades of Melanie #CCB9BF

Tints of Melanie #CCB9BF

Color information

#CCB9BF (or 0xCCB9BF) is unknown color: approx Melanie. HEX triplet: CC, B9 and BF. RGB value is (204,185,191). Sum of RGB (Red+Green+Blue) = 204+185+191=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9BF is #334640. Grayscale: #BFBFBF. Windows color (decimal): -3360321 or 12564940. OLE color: 12564940.

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

Color convert

RGB204185191-
CMYK00.090.060.2
HSL341.05º15.7%76.27%-
HSV(B)341.05º9.31%80%-
XYZ51.6551.356.47-
YUV191.36127.79137.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 191 (75% from 255) = 32.93%
R=35.17%
G=31.90%
B=32.93%

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
Decimal20418519100.090.060.2341.0515.776.27
HexCCB9BF09614155104c
Octal31427127701162452520114
Binary1100110010111001101111110100111010100101010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9BF; }

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

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

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

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

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

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

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

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