#C694B3

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

Shades of Lily #C694B3

Tints of Lily #C694B3

Color information

#C694B3 (or 0xC694B3) is unknown color: approx Lily. HEX triplet: C6, 94 and B3. RGB value is (198,148,179). Sum of RGB (Red+Green+Blue) = 198+148+179=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C694B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694B3 is #396B4C. Grayscale: #A6A6A6. Windows color (decimal): -3763021 or 11769030. OLE color: 11769030.

HSL color Cylindrical-coordinate representation of color #C694B3: hue angle of 322.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C694B3 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB198148179-
CMYK00.250.100.22
HSL322.8º30.49%67.84%-
HSV(B)322.8º25.25%77.65%-
XYZ42.0236.4447.47-
YUV166.48135.06150.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 179 (70.31% from 255) = 34.10%
R=37.71%
G=28.19%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814817900.250.100.22322.830.4967.84
HexC694B3019A161431e44
Octal306224263031122650336104
Binary110001101001010010110011011001101010110101000011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C694B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C694B3; }

 p { color: rgb(198,148,179); }

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

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

 a { background-color: rgb(198,148,179); }

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

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

 span { border-color: rgb(198,148,179); }

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