#CF9BC1

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

Shades of Lily #CF9BC1

Tints of Lily #CF9BC1

Color information

#CF9BC1 (or 0xCF9BC1) is unknown color: approx Lily. HEX triplet: CF, 9B and C1. RGB value is (207,155,193). Sum of RGB (Red+Green+Blue) = 207+155+193=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BC1 is #30643E. Grayscale: #AEAEAE. Windows color (decimal): -3171391 or 12688335. OLE color: 12688335.

HSL color Cylindrical-coordinate representation of color #CF9BC1: hue angle of 316.15º 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 #CF9BC1 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207155193-
CMYK00.250.070.19
HSL316.15º35.14%70.98%-
HSV(B)316.15º25.12%81.18%-
XYZ47.0840.5655.8-
YUV174.88138.23150.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=37.30%
G=27.93%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715519300.250.070.19316.1535.1470.98
HexCF9BC101971313c2347
Octal31723330103172347443107
Binary110011111001101111000001011001111100111001111001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BC1; }

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

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

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

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

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

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

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

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