#C19BAF

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

Shades of Lily #C19BAF

Tints of Lily #C19BAF

Color information

#C19BAF (or 0xC19BAF) is unknown color: approx Lily. HEX triplet: C1, 9B and AF. RGB value is (193,155,175). Sum of RGB (Red+Green+Blue) = 193+155+175=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C19BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19BAF is #3E6450. Grayscale: #A8A8A8. Windows color (decimal): -4088913 or 11508673. OLE color: 11508673.

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

Color convert

RGB193155175-
CMYK00.200.090.24
HSL328.42º23.46%68.24%-
HSV(B)328.42º19.69%75.69%-
XYZ41.4537.8845.68-
YUV168.64131.59145.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=36.90%
G=29.64%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315517500.200.090.24328.4223.4668.24
HexC19BAF0149181481744
Octal301233257024113051027104
Binary110000011001101110101111010100100111000101001000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19BAF; }

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

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

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

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

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

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

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

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