#C69ABB

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

Shades of Lily #C69ABB

Tints of Lily #C69ABB

Color information

#C69ABB (or 0xC69ABB) is unknown color: approx Lily. HEX triplet: C6, 9A and BB. RGB value is (198,154,187). Sum of RGB (Red+Green+Blue) = 198+154+187=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C69ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69ABB is #396544. Grayscale: #AAAAAA. Windows color (decimal): -3761477 or 12294854. OLE color: 12294854.

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

Color convert

RGB198154187-
CMYK00.220.060.22
HSL315º27.85%69.02%-
HSV(B)315º22.22%77.65%-
XYZ43.8138.752.18-
YUV170.92137.08147.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 154 (60.55% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=36.73%
G=28.57%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815418700.220.060.2231527.8569.02
HexC69ABB01661613b1c45
Octal30623227302662647334105
Binary11000110100110101011101101011011010110100111011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69ABB; }

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

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

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

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

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

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

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

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