#C392B7

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

Shades of Lily #C392B7

Tints of Lily #C392B7

Color information

#C392B7 (or 0xC392B7) is unknown color: approx Lily. HEX triplet: C3, 92 and B7. RGB value is (195,146,183). Sum of RGB (Red+Green+Blue) = 195+146+183=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C392B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392B7 is #3C6D48. Grayscale: #A4A4A4. Windows color (decimal): -3960137 or 12030659. OLE color: 12030659.

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

Color convert

RGB195146183-
CMYK00.250.060.24
HSL314.69º28.99%66.86%-
HSV(B)314.69º25.13%76.47%-
XYZ41.3335.5849.49-
YUV164.87138.23149.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=37.21%
G=27.86%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514618300.250.060.24314.6928.9966.86
HexC392B701961813b1d43
Octal30322226703163047335103
Binary11000011100100101011011101100111011000100111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392B7; }

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

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

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

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

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

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

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

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