#C099AD

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

Shades of Lily #C099AD

Tints of Lily #C099AD

Color information

#C099AD (or 0xC099AD) is unknown color: approx Lily. HEX triplet: C0, 99 and AD. RGB value is (192,153,173). Sum of RGB (Red+Green+Blue) = 192+153+173=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C099AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C099AD is #3F6652. Grayscale: #A6A6A6. Windows color (decimal): -4154963 or 11377088. OLE color: 11377088.

HSL color Cylindrical-coordinate representation of color #C099AD: hue angle of 329.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C099AD is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192153173-
CMYK00.200.100.25
HSL329.23º23.64%67.65%-
HSV(B)329.23º20.31%75.29%-
XYZ40.6737.0144.53-
YUV166.94131.42145.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=37.07%
G=29.54%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215317300.200.100.25329.2323.6467.65
HexC099AD014A191491844
Octal300231255024123151130104
Binary110000001001100110101101010100101011001101001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099AD; }

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

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

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

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

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

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

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

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