#CF9FB4

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

Shades of Lily #CF9FB4

Tints of Lily #CF9FB4

Color information

#CF9FB4 (or 0xCF9FB4) is unknown color: approx Lily. HEX triplet: CF, 9F and B4. RGB value is (207,159,180). Sum of RGB (Red+Green+Blue) = 207+159+180=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB4 is #30604B. Grayscale: #AFAFAF. Windows color (decimal): -3170380 or 11837391. OLE color: 11837391.

HSL color Cylindrical-coordinate representation of color #CF9FB4: hue angle of 333.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FB4 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207159180-
CMYK00.230.130.19
HSL333.75º33.33%71.76%-
HSV(B)333.75º23.19%81.18%-
XYZ46.3741.3648.72-
YUV175.75130.4150.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=37.91%
G=29.12%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715918000.230.130.19333.7533.3371.76
HexCF9FB4017D1314e2148
Octal317237264027152351641110
Binary1100111110011111101101000101111101100111010011101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9FB4; }

 p { color: rgb(207,159,180); }

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

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

 a { background-color: rgb(207,159,180); }

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

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

 span { border-color: rgb(207,159,180); }

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