#C69BBA

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

Shades of Lily #C69BBA

Tints of Lily #C69BBA

Color information

#C69BBA (or 0xC69BBA) is unknown color: approx Lily. HEX triplet: C6, 9B and BA. RGB value is (198,155,186). Sum of RGB (Red+Green+Blue) = 198+155+186=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BBA is #396445. Grayscale: #ABABAB. Windows color (decimal): -3761222 or 12229574. OLE color: 12229574.

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

Color convert

RGB198155186-
CMYK00.220.060.22
HSL316.74º27.39%69.22%-
HSV(B)316.74º21.72%77.65%-
XYZ43.8738.9951.67-
YUV171.39136.25146.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=36.73%
G=28.76%
B=34.51%

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
Decimal19815518600.220.060.22316.7427.3969.22
HexC69BBA01661613d1b45
Octal30623327202662647533105
Binary11000110100110111011101001011011010110100111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BBA; }

 p { color: rgb(198,155,186); }

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

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

 a { background-color: rgb(198,155,186); }

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

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

 span { border-color: rgb(198,155,186); }

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