#C692AE

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

Shades of Lily #C692AE

Tints of Lily #C692AE

Color information

#C692AE (or 0xC692AE) is unknown color: approx Lily. HEX triplet: C6, 92 and AE. RGB value is (198,146,174). Sum of RGB (Red+Green+Blue) = 198+146+174=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C692AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C692AE is #396D51. Grayscale: #A4A4A4. Windows color (decimal): -3763538 or 11440838. OLE color: 11440838.

HSL color Cylindrical-coordinate representation of color #C692AE: hue angle of 327.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692AE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB198146174-
CMYK00.260.120.22
HSL327.69º31.33%67.45%-
HSV(B)327.69º26.26%77.65%-
XYZ41.2135.6244.75-
YUV164.74133.23151.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=38.22%
G=28.19%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814617400.260.120.22327.6931.3367.45
HexC692AE01AC161481f43
Octal306222256032142651037103
Binary110001101001001010101110011010110010110101001000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692AE; }

 p { color: rgb(198,146,174); }

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

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

 a { background-color: rgb(198,146,174); }

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

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

 span { border-color: rgb(198,146,174); }

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