#C085AD

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

Shades of Lily #C085AD

Tints of Lily #C085AD

Color information

#C085AD (or 0xC085AD) is unknown color: approx Lily. HEX triplet: C0, 85 and AD. RGB value is (192,133,173). Sum of RGB (Red+Green+Blue) = 192+133+173=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C085AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085AD is #3F7A52. Grayscale: #9B9B9B. Windows color (decimal): -4160083 or 11371968. OLE color: 11371968.

HSL color Cylindrical-coordinate representation of color #C085AD: hue angle of 319.32º 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 #C085AD is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192133173-
CMYK00.310.100.25
HSL319.32º31.89%63.73%-
HSV(B)319.32º30.73%75.29%-
XYZ37.673143.53-
YUV155.2138.05154.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=38.55%
G=26.71%
B=34.74%

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
Decimal19213317300.310.100.25319.3231.8963.73
HexC085AD01FA1913f2040
Octal300205255037123147740100
Binary1100000010000101101011010111111010110011001111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085AD; }

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

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

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

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

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

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

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

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