#C69BB6

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

Shades of Lily #C69BB6

Tints of Lily #C69BB6

Color information

#C69BB6 (or 0xC69BB6) is unknown color: approx Lily. HEX triplet: C6, 9B and B6. RGB value is (198,155,182). Sum of RGB (Red+Green+Blue) = 198+155+182=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BB6 is #396449. Grayscale: #AAAAAA. Windows color (decimal): -3761226 or 11967430. OLE color: 11967430.

HSL color Cylindrical-coordinate representation of color #C69BB6: hue angle of 322.33º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69BB6 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB198155182-
CMYK00.220.080.22
HSL322.33º27.39%69.22%-
HSV(B)322.33º21.72%77.65%-
XYZ43.4538.8349.46-
YUV170.94134.25147.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.01%
GREEN value IS 155 (60.94% from 255) = 28.97%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=37.01%
G=28.97%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815518200.220.080.22322.3327.3969.22
HexC69BB60168161421b45
Octal306233266026102650233105
Binary110001101001101110110110010110100010110101000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BB6; }

 p { color: rgb(198,155,182); }

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

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

 a { background-color: rgb(198,155,182); }

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

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

 span { border-color: rgb(198,155,182); }

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