#C69AB3

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

Shades of Lily #C69AB3

Tints of Lily #C69AB3

Color information

#C69AB3 (or 0xC69AB3) is unknown color: approx Lily. HEX triplet: C6, 9A and B3. RGB value is (198,154,179). Sum of RGB (Red+Green+Blue) = 198+154+179=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB3 is #39654C. Grayscale: #A9A9A9. Windows color (decimal): -3761485 or 11770566. OLE color: 11770566.

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

Color convert

RGB198154179-
CMYK00.220.100.22
HSL325.91º27.85%69.02%-
HSV(B)325.91º22.22%77.65%-
XYZ42.9838.3747.79-
YUV170.01133.08147.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 179 (70.31% from 255) = 33.71%
R=37.29%
G=29.00%
B=33.71%

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
Decimal19815417900.220.100.22325.9127.8569.02
HexC69AB3016A161461c45
Octal306232263026122650634105
Binary110001101001101010110011010110101010110101000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AB3; }

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

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

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

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

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

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

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

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