#C299AC

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

Shades of Lily #C299AC

Tints of Lily #C299AC

Color information

#C299AC (or 0xC299AC) is unknown color: approx Lily. HEX triplet: C2, 99 and AC. RGB value is (194,153,172). Sum of RGB (Red+Green+Blue) = 194+153+172=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C299AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299AC is #3D6653. Grayscale: #A7A7A7. Windows color (decimal): -4023892 or 11311554. OLE color: 11311554.

HSL color Cylindrical-coordinate representation of color #C299AC: hue angle of 332.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C299AC is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194153172-
CMYK00.210.110.24
HSL332.2º25.15%68.04%-
HSV(B)332.2º21.13%76.08%-
XYZ41.0937.2344.05-
YUV167.42130.58146.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=37.38%
G=29.48%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415317200.210.110.24332.225.1568.04
HexC299AC015B1814c1944
Octal302231254025133051431104
Binary110000101001100110101100010101101111000101001100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299AC; }

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

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

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

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

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

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

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

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