#C288AF

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

Shades of Lily #C288AF

Tints of Lily #C288AF

Color information

#C288AF (or 0xC288AF) is unknown color: approx Lily. HEX triplet: C2, 88 and AF. RGB value is (194,136,175). Sum of RGB (Red+Green+Blue) = 194+136+175=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C288AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C288AF is #3D7750. Grayscale: #9D9D9D. Windows color (decimal): -4028241 or 11503810. OLE color: 11503810.

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

Color convert

RGB194136175-
CMYK00.300.100.24
HSL319.66º32.22%64.71%-
HSV(B)319.66º29.9%76.08%-
XYZ38.7932.1744.72-
YUV157.79137.72153.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=38.42%
G=26.93%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413617500.300.100.24319.6632.2264.71
HexC288AF01EA181402041
Octal302210257036123050040101
Binary1100001010001000101011110111101010110001010000001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288AF; }

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

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

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

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

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

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

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

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