#C383AA

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

Shades of Lily #C383AA

Tints of Lily #C383AA

Color information

#C383AA (or 0xC383AA) is unknown color: approx Lily. HEX triplet: C3, 83 and AA. RGB value is (195,131,170). Sum of RGB (Red+Green+Blue) = 195+131+170=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C383AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383AA is #3C7C55. Grayscale: #9A9A9A. Windows color (decimal): -3963990 or 11174851. OLE color: 11174851.

HSL color Cylindrical-coordinate representation of color #C383AA: hue angle of 323.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C383AA is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195131170-
CMYK00.330.130.24
HSL323.44º34.78%63.92%-
HSV(B)323.44º32.82%76.47%-
XYZ37.8830.7441.97-
YUV154.58136.7156.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 131 (51.56% from 255) = 26.41%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=39.31%
G=26.41%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513117000.330.130.24323.4434.7863.92
HexC383AA021D181432340
Octal303203252041153050343100
Binary11000011100000111010101001000011101110001010000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C383AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C383AA; }

 p { color: rgb(195,131,170); }

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

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

 a { background-color: rgb(195,131,170); }

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

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

 span { border-color: rgb(195,131,170); }

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