#C199AD

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

Shades of Lily #C199AD

Tints of Lily #C199AD

Color information

#C199AD (or 0xC199AD) is unknown color: approx Lily. HEX triplet: C1, 99 and AD. RGB value is (193,153,173). Sum of RGB (Red+Green+Blue) = 193+153+173=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C199AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C199AD is #3E6652. Grayscale: #A7A7A7. Windows color (decimal): -4089427 or 11377089. OLE color: 11377089.

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

Color convert

RGB193153173-
CMYK00.210.100.24
HSL330º24.39%67.84%-
HSV(B)330º20.73%75.69%-
XYZ40.9337.1444.55-
YUV167.24131.25146.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=37.19%
G=29.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315317300.210.100.2433024.3967.84
HexC199AD015A1814a1844
Octal301231255025123051230104
Binary110000011001100110101101010101101011000101001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C199AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C199AD; }

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

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

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

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

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

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

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

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