#C69BB5

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

Shades of Lily #C69BB5

Tints of Lily #C69BB5

Color information

#C69BB5 (or 0xC69BB5) is unknown color: approx Lily. HEX triplet: C6, 9B and B5. RGB value is (198,155,181). Sum of RGB (Red+Green+Blue) = 198+155+181=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BB5 is #39644A. Grayscale: #AAAAAA. Windows color (decimal): -3761227 or 11901894. OLE color: 11901894.

HSL color Cylindrical-coordinate representation of color #C69BB5: hue angle of 323.72º 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 #C69BB5 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB198155181-
CMYK00.220.090.22
HSL323.72º27.39%69.22%-
HSV(B)323.72º21.72%77.65%-
XYZ43.3538.7848.92-
YUV170.82133.75147.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=37.08%
G=29.03%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815518100.220.090.22323.7227.3969.22
HexC69BB50169161441b45
Octal306233265026112650433105
Binary110001101001101110110101010110100110110101000100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BB5; }

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

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

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

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

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

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

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

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