#C392AB

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

Shades of Lily #C392AB

Tints of Lily #C392AB

Color information

#C392AB (or 0xC392AB) is unknown color: approx Lily. HEX triplet: C3, 92 and AB. RGB value is (195,146,171). Sum of RGB (Red+Green+Blue) = 195+146+171=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C392AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392AB is #3C6D54. Grayscale: #A3A3A3. Windows color (decimal): -3960149 or 11244227. OLE color: 11244227.

HSL color Cylindrical-coordinate representation of color #C392AB: hue angle of 329.39º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392AB is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195146171-
CMYK00.250.120.24
HSL329.39º28.99%66.86%-
HSV(B)329.39º25.13%76.47%-
XYZ40.1435.143.19-
YUV163.5132.23150.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=38.09%
G=28.52%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514617100.250.120.24329.3928.9966.86
HexC392AB019C181491d43
Octal303222253031143051135103
Binary110000111001001010101011011001110011000101001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392AB; }

 p { color: rgb(195,146,171); }

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

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

 a { background-color: rgb(195,146,171); }

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

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

 span { border-color: rgb(195,146,171); }

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