#C288AC

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

Shades of Lily #C288AC

Tints of Lily #C288AC

Color information

#C288AC (or 0xC288AC) is unknown color: approx Lily. HEX triplet: C2, 88 and AC. RGB value is (194,136,172). Sum of RGB (Red+Green+Blue) = 194+136+172=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AC is #3D7753. Grayscale: #9D9D9D. Windows color (decimal): -4028244 or 11307202. OLE color: 11307202.

HSL color Cylindrical-coordinate representation of color #C288AC: hue angle of 322.76º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288AC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194136172-
CMYK00.300.110.24
HSL322.76º32.22%64.71%-
HSV(B)322.76º29.9%76.08%-
XYZ38.532.0643.19-
YUV157.45136.22154.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 172 (67.58% from 255) = 34.26%
R=38.65%
G=27.09%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413617200.300.110.24322.7632.2264.71
HexC288AC01EB181432041
Octal302210254036133050340101
Binary1100001010001000101011000111101011110001010000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288AC; }

 p { color: rgb(194,136,172); }

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

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

 a { background-color: rgb(194,136,172); }

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

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

 span { border-color: rgb(194,136,172); }

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