#C690AA

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

Shades of Lily #C690AA

Tints of Lily #C690AA

Color information

#C690AA (or 0xC690AA) is unknown color: approx Lily. HEX triplet: C6, 90 and AA. RGB value is (198,144,170). Sum of RGB (Red+Green+Blue) = 198+144+170=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C690AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C690AA is #396F55. Grayscale: #A3A3A3. Windows color (decimal): -3764054 or 11178182. OLE color: 11178182.

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

Color convert

RGB198144170-
CMYK00.270.140.22
HSL331.11º32.14%67.06%-
HSV(B)331.11º27.27%77.65%-
XYZ40.5234.8542.62-
YUV163.11131.89152.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.67%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=38.67%
G=28.12%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814417000.270.140.22331.1132.1467.06
HexC690AA01BE1614b2043
Octal306220252033162651340103
Binary1100011010010000101010100110111110101101010010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690AA; }

 p { color: rgb(198,144,170); }

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

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

 a { background-color: rgb(198,144,170); }

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

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

 span { border-color: rgb(198,144,170); }

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