#C086A9

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

Shades of Lily #C086A9

Tints of Lily #C086A9

Color information

#C086A9 (or 0xC086A9) is unknown color: approx Lily. HEX triplet: C0, 86 and A9. RGB value is (192,134,169). Sum of RGB (Red+Green+Blue) = 192+134+169=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 169 (66.41% from 255 or 34.14% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C086A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086A9 is #3F7956. Grayscale: #9B9B9B. Windows color (decimal): -4159831 or 11110080. OLE color: 11110080.

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

Color convert

RGB192134169-
CMYK00.300.120.25
HSL323.79º31.52%63.92%-
HSV(B)323.79º30.21%75.29%-
XYZ37.4231.1241.57-
YUV155.33135.72154.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 134 (52.73% from 255) = 27.07%
BLUE value IS 169 (66.41% from 255) = 34.14%
R=38.79%
G=27.07%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213416900.300.120.25323.7931.5263.92
HexC086A901EC191442040
Octal300206251036143150440100
Binary1100000010000110101010010111101100110011010001001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086A9; }

 p { color: rgb(192,134,169); }

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

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

 a { background-color: rgb(192,134,169); }

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

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

 span { border-color: rgb(192,134,169); }

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