#C286AA

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

Shades of Lily #C286AA

Tints of Lily #C286AA

Color information

#C286AA (or 0xC286AA) is unknown color: approx Lily. HEX triplet: C2, 86 and AA. RGB value is (194,134,170). Sum of RGB (Red+Green+Blue) = 194+134+170=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C286AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C286AA is #3D7955. Grayscale: #9B9B9B. Windows color (decimal): -4028758 or 11175618. OLE color: 11175618.

HSL color Cylindrical-coordinate representation of color #C286AA: hue angle of 324º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286AA is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194134170-
CMYK00.310.120.24
HSL324º32.97%64.31%-
HSV(B)324º30.93%76.08%-
XYZ38.0331.4242.09-
YUV156.04135.88155.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=38.96%
G=26.91%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413417000.310.120.2432432.9764.31
HexC286AA01FC181442140
Octal302206252037143050441100
Binary1100001010000110101010100111111100110001010001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286AA; }

 p { color: rgb(194,134,170); }

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

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

 a { background-color: rgb(194,134,170); }

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

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

 span { border-color: rgb(194,134,170); }

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