#C692AB

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

Shades of Lily #C692AB

Tints of Lily #C692AB

Color information

#C692AB (or 0xC692AB) is unknown color: approx Lily. HEX triplet: C6, 92 and AB. RGB value is (198,146,171). Sum of RGB (Red+Green+Blue) = 198+146+171=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C692AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C692AB is #396D54. Grayscale: #A4A4A4. Windows color (decimal): -3763541 or 11244230. OLE color: 11244230.

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

Color convert

RGB198146171-
CMYK00.260.140.22
HSL331.15º31.33%67.45%-
HSV(B)331.15º26.26%77.65%-
XYZ40.9235.543.22-
YUV164.4131.73151.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=38.45%
G=28.35%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814617100.260.140.22331.1531.3367.45
HexC692AB01AE1614b1f43
Octal306222253032162651337103
Binary110001101001001010101011011010111010110101001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692AB; }

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

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

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

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

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

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

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

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