#CCB6BE

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

Shades of Melanie #CCB6BE

Tints of Melanie #CCB6BE

Color information

#CCB6BE (or 0xCCB6BE) is unknown color: approx Melanie. HEX triplet: CC, B6 and BE. RGB value is (204,182,190). Sum of RGB (Red+Green+Blue) = 204+182+190=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6BE is #334941. Grayscale: #BDBDBD. Windows color (decimal): -3361090 or 12498636. OLE color: 12498636.

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

Color convert

RGB204182190-
CMYK00.110.070.2
HSL338.18º17.74%75.69%-
HSV(B)338.18º10.78%80%-
XYZ50.9250.0155.68-
YUV189.49128.29138.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=35.42%
G=31.60%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418219000.110.070.2338.1817.7475.69
HexCCB6BE0B714152124c
Octal31426627601372452222114
Binary1100110010110110101111100101111110100101010010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6BE; }

 p { color: rgb(204,182,190); }

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

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

 a { background-color: rgb(204,182,190); }

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

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

 span { border-color: rgb(204,182,190); }

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