#CFAFBB

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

Shades of Melanie #CFAFBB

Tints of Melanie #CFAFBB

Color information

#CFAFBB (or 0xCFAFBB) is unknown color: approx Melanie. HEX triplet: CF, AF and BB. RGB value is (207,175,187). Sum of RGB (Red+Green+Blue) = 207+175+187=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFBB is #305044. Grayscale: #B9B9B9. Windows color (decimal): -3166277 or 12300239. OLE color: 12300239.

HSL color Cylindrical-coordinate representation of color #CFAFBB: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFAFBB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207175187-
CMYK00.150.100.19
HSL337.5º25%74.9%-
HSV(B)337.5º15.46%81.18%-
XYZ50.0347.5153.55-
YUV185.94128.6143.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=36.38%
G=30.76%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717518700.150.100.19337.52574.9
HexCFAFBB0FA13152194b
Octal317257273017122352231113
Binary11001111101011111011101101111101010011101010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFBB; }

 p { color: rgb(207,175,187); }

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

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

 a { background-color: rgb(207,175,187); }

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

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

 span { border-color: rgb(207,175,187); }

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