#CFC9CA

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

Shades of Melanie #CFC9CA

Tints of Melanie #CFC9CA

Color information

#CFC9CA (or 0xCFC9CA) is unknown color: approx Melanie. HEX triplet: CF, C9 and CA. RGB value is (207,201,202). Sum of RGB (Red+Green+Blue) = 207+201+202=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC9CA is #303635. Grayscale: #CACACA. Windows color (decimal): -3159606 or 13289935. OLE color: 13289935.

HSL color Cylindrical-coordinate representation of color #CFC9CA: hue angle of 350º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC9CA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207201202-
CMYK00.030.020.19
HSL350º5.88%80%-
HSV(B)350º2.9%81.18%-
XYZ57.2859.364.3-
YUV202.91127.49130.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=33.93%
G=32.95%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720120200.030.020.193505.8880
HexCFC9CA0321315e650
Octal317311312032235366120
Binary11001111110010011100101001110100111010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC9CA; }

 p { color: rgb(207,201,202); }

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

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

 a { background-color: rgb(207,201,202); }

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

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

 span { border-color: rgb(207,201,202); }

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