#C085AC

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

Shades of Lily #C085AC

Tints of Lily #C085AC

Color information

#C085AC (or 0xC085AC) is unknown color: approx Lily. HEX triplet: C0, 85 and AC. RGB value is (192,133,172). Sum of RGB (Red+Green+Blue) = 192+133+172=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C085AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085AC is #3F7A53. Grayscale: #9A9A9A. Windows color (decimal): -4160084 or 11306432. OLE color: 11306432.

HSL color Cylindrical-coordinate representation of color #C085AC: hue angle of 320.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085AC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192133172-
CMYK00.310.100.25
HSL320.34º31.89%63.73%-
HSV(B)320.34º30.73%75.29%-
XYZ37.5730.9643.03-
YUV155.09137.55154.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=38.63%
G=26.76%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213317200.310.100.25320.3431.8963.73
HexC085AC01FA191402040
Octal300205254037123150040100
Binary1100000010000101101011000111111010110011010000001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085AC; }

 p { color: rgb(192,133,172); }

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

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

 a { background-color: rgb(192,133,172); }

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

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

 span { border-color: rgb(192,133,172); }

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