#C19BAD

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

Shades of Lily #C19BAD

Tints of Lily #C19BAD

Color information

#C19BAD (or 0xC19BAD) is unknown color: approx Lily. HEX triplet: C1, 9B and AD. RGB value is (193,155,173). Sum of RGB (Red+Green+Blue) = 193+155+173=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19BAD is #3E6452. Grayscale: #A8A8A8. Windows color (decimal): -4088915 or 11377601. OLE color: 11377601.

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

Color convert

RGB193155173-
CMYK00.200.100.24
HSL331.58º23.46%68.24%-
HSV(B)331.58º19.69%75.69%-
XYZ41.2637.844.66-
YUV168.41130.59145.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=37.04%
G=29.75%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315517300.200.100.24331.5823.4668.24
HexC19BAD014A1814c1744
Octal301233255024123051427104
Binary110000011001101110101101010100101011000101001100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BAD; }

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

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

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

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

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

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

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

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