#CCAFB9

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

Shades of Melanie #CCAFB9

Tints of Melanie #CCAFB9

Color information

#CCAFB9 (or 0xCCAFB9) is unknown color: approx Melanie. HEX triplet: CC, AF and B9. RGB value is (204,175,185). Sum of RGB (Red+Green+Blue) = 204+175+185=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFB9 is #335046. Grayscale: #B8B8B8. Windows color (decimal): -3362887 or 12169164. OLE color: 12169164.

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

Color convert

RGB204175185-
CMYK00.140.090.2
HSL339.31º22.14%74.31%-
HSV(B)339.31º14.22%80%-
XYZ48.994752.39-
YUV184.81128.11141.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=36.17%
G=31.03%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417518500.140.090.2339.3122.1474.31
HexCCAFB90E914153164a
Octal314257271016112452326112
Binary11001100101011111011100101110100110100101010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAFB9; }

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

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

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

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

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

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

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

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