#C288AD

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

Shades of Lily #C288AD

Tints of Lily #C288AD

Color information

#C288AD (or 0xC288AD) is unknown color: approx Lily. HEX triplet: C2, 88 and AD. RGB value is (194,136,173). Sum of RGB (Red+Green+Blue) = 194+136+173=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AD is #3D7752. Grayscale: #9D9D9D. Windows color (decimal): -4028243 or 11372738. OLE color: 11372738.

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

Color convert

RGB194136173-
CMYK00.300.110.24
HSL321.72º32.22%64.71%-
HSV(B)321.72º29.9%76.08%-
XYZ38.632.0943.7-
YUV157.56136.72153.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=38.57%
G=27.04%
B=34.39%

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
Decimal19413617300.300.110.24321.7232.2264.71
HexC288AD01EB181422041
Octal302210255036133050240101
Binary1100001010001000101011010111101011110001010000101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288AD; }

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

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

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

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

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

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

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

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