#C288AA

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

Shades of Lily #C288AA

Tints of Lily #C288AA

Color information

#C288AA (or 0xC288AA) is unknown color: approx Lily. HEX triplet: C2, 88 and AA. RGB value is (194,136,170). Sum of RGB (Red+Green+Blue) = 194+136+170=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AA is #3D7755. Grayscale: #9D9D9D. Windows color (decimal): -4028246 or 11176130. OLE color: 11176130.

HSL color Cylindrical-coordinate representation of color #C288AA: hue angle of 324.83º 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 #C288AA is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194136170-
CMYK00.300.120.24
HSL324.83º32.22%64.71%-
HSV(B)324.83º29.9%76.08%-
XYZ38.3131.9842.18-
YUV157.22135.22154.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 170 (66.80% from 255) = 34%
R=38.8%
G=27.2%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413617000.300.120.24324.8332.2264.71
HexC288AA01EC181452041
Octal302210252036143050540101
Binary1100001010001000101010100111101100110001010001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288AA; }

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

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

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

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

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

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

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

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