#C69AB2

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

Shades of Lily #C69AB2

Tints of Lily #C69AB2

Color information

#C69AB2 (or 0xC69AB2) is unknown color: approx Lily. HEX triplet: C6, 9A and B2. RGB value is (198,154,178). Sum of RGB (Red+Green+Blue) = 198+154+178=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AB2 is #39654D. Grayscale: #A9A9A9. Windows color (decimal): -3761486 or 11705030. OLE color: 11705030.

HSL color Cylindrical-coordinate representation of color #C69AB2: hue angle of 327.27º degrees, saturation: 0.28, 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 #C69AB2 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB198154178-
CMYK00.220.100.22
HSL327.27º27.85%69.02%-
HSV(B)327.27º22.22%77.65%-
XYZ42.8838.3347.26-
YUV169.89132.58148.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=37.36%
G=29.06%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815417800.220.100.22327.2727.8569.02
HexC69AB2016A161471c45
Octal306232262026122650734105
Binary110001101001101010110010010110101010110101000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AB2; }

 p { color: rgb(198,154,178); }

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

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

 a { background-color: rgb(198,154,178); }

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

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

 span { border-color: rgb(198,154,178); }

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