#C69FBA

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

Shades of Lily #C69FBA

Tints of Lily #C69FBA

Color information

#C69FBA (or 0xC69FBA) is unknown color: approx Lily. HEX triplet: C6, 9F and BA. RGB value is (198,159,186). Sum of RGB (Red+Green+Blue) = 198+159+186=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FBA is #396045. Grayscale: #ADADAD. Windows color (decimal): -3760198 or 12230598. OLE color: 12230598.

HSL color Cylindrical-coordinate representation of color #C69FBA: hue angle of 318.46º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FBA is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198159186-
CMYK00.200.060.22
HSL318.46º25.49%70%-
HSV(B)318.46º19.7%77.65%-
XYZ44.5540.3551.89-
YUV173.74134.92145.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=36.46%
G=29.28%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815918600.200.060.22318.4625.4970
HexC69FBA01461613e1946
Octal30623727202462647631106
Binary11000110100111111011101001010011010110100111110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FBA; }

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

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

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

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

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

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

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

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