#CF9BB8

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

Shades of Lily #CF9BB8

Tints of Lily #CF9BB8

Color information

#CF9BB8 (or 0xCF9BB8) is unknown color: approx Lily. HEX triplet: CF, 9B and B8. RGB value is (207,155,184). Sum of RGB (Red+Green+Blue) = 207+155+184=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 184 (72.27% from 255 or 33.70% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BB8 is #306447. Grayscale: #ADADAD. Windows color (decimal): -3171400 or 12098511. OLE color: 12098511.

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

Color convert

RGB207155184-
CMYK00.250.110.19
HSL326.54º35.14%70.98%-
HSV(B)326.54º25.12%81.18%-
XYZ46.1140.1750.67-
YUV173.85133.73151.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 184 (72.27% from 255) = 33.70%
R=37.91%
G=28.39%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715518400.250.110.19326.5435.1470.98
HexCF9BB8019B131472347
Octal317233270031132350743107
Binary1100111110011011101110000110011011100111010001111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BB8; }

 p { color: rgb(207,155,184); }

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

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

 a { background-color: rgb(207,155,184); }

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

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

 span { border-color: rgb(207,155,184); }

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