#C69FBB

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

Shades of Lily #C69FBB

Tints of Lily #C69FBB

Color information

#C69FBB (or 0xC69FBB) is unknown color: approx Lily. HEX triplet: C6, 9F and BB. RGB value is (198,159,187). Sum of RGB (Red+Green+Blue) = 198+159+187=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FBB is #396044. Grayscale: #ADADAD. Windows color (decimal): -3760197 or 12296134. OLE color: 12296134.

HSL color Cylindrical-coordinate representation of color #C69FBB: hue angle of 316.92º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FBB is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198159187-
CMYK00.200.060.22
HSL316.92º25.49%70%-
HSV(B)316.92º19.7%77.65%-
XYZ44.6640.3952.46-
YUV173.85135.42145.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 187 (73.44% from 255) = 34.38%
R=36.40%
G=29.23%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815918700.200.060.22316.9225.4970
HexC69FBB01461613d1946
Octal30623727302462647531106
Binary11000110100111111011101101010011010110100111101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FBB; }

 p { color: rgb(198,159,187); }

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

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

 a { background-color: rgb(198,159,187); }

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

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

 span { border-color: rgb(198,159,187); }

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