#C299AD

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

Shades of Lily #C299AD

Tints of Lily #C299AD

Color information

#C299AD (or 0xC299AD) is unknown color: approx Lily. HEX triplet: C2, 99 and AD. RGB value is (194,153,173). Sum of RGB (Red+Green+Blue) = 194+153+173=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C299AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299AD is #3D6652. Grayscale: #A7A7A7. Windows color (decimal): -4023891 or 11377090. OLE color: 11377090.

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

Color convert

RGB194153173-
CMYK00.210.110.24
HSL330.73º25.15%68.04%-
HSV(B)330.73º21.13%76.08%-
XYZ41.1837.2744.56-
YUV167.54131.08146.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=37.31%
G=29.42%
B=33.27%

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
Decimal19415317300.210.110.24330.7325.1568.04
HexC299AD015B1814b1944
Octal302231255025133051331104
Binary110000101001100110101101010101101111000101001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C299AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C299AD; }

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

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

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

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

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

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

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

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