#C69AB1

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

Shades of Lily #C69AB1

Tints of Lily #C69AB1

Color information

#C69AB1 (or 0xC69AB1) is unknown color: approx Lily. HEX triplet: C6, 9A and B1. RGB value is (198,154,177). Sum of RGB (Red+Green+Blue) = 198+154+177=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69AB1 is #39654E. Grayscale: #A9A9A9. Windows color (decimal): -3761487 or 11639494. OLE color: 11639494.

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

Color convert

RGB198154177-
CMYK00.220.110.22
HSL328.64º27.85%69.02%-
HSV(B)328.64º22.22%77.65%-
XYZ42.7838.2946.73-
YUV169.78132.08148.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.43%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=37.43%
G=29.11%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815417700.220.110.22328.6427.8569.02
HexC69AB1016B161491c45
Octal306232261026132651134105
Binary110001101001101010110001010110101110110101001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AB1; }

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

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

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

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

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

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

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

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