#C69AB8

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

Shades of Lily #C69AB8

Tints of Lily #C69AB8

Color information

#C69AB8 (or 0xC69AB8) is unknown color: approx Lily. HEX triplet: C6, 9A and B8. RGB value is (198,154,184). Sum of RGB (Red+Green+Blue) = 198+154+184=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C69AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AB8 is #396547. Grayscale: #AAAAAA. Windows color (decimal): -3761480 or 12098246. OLE color: 12098246.

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

Color convert

RGB198154184-
CMYK00.220.070.22
HSL319.09º27.85%69.02%-
HSV(B)319.09º22.22%77.65%-
XYZ43.538.5850.5-
YUV170.58135.58147.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 184 (72.27% from 255) = 34.33%
R=36.94%
G=28.73%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815418400.220.070.22319.0927.8569.02
HexC69AB801671613f1c45
Octal30623227002672647734105
Binary11000110100110101011100001011011110110100111111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AB8; }

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

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

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

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

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

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

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

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