#C392BB

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

Shades of Lilac #C392BB

Tints of Lilac #C392BB

Color information

#C392BB (or 0xC392BB) is unknown color: approx Lilac. HEX triplet: C3, 92 and BB. RGB value is (195,146,187). Sum of RGB (Red+Green+Blue) = 195+146+187=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BB is #3C6D44. Grayscale: #A5A5A5. Windows color (decimal): -3960133 or 12292803. OLE color: 12292803.

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

Color convert

RGB195146187-
CMYK00.250.040.24
HSL309.8º28.99%66.86%-
HSV(B)309.8º25.13%76.47%-
XYZ41.7535.7551.71-
YUV165.32140.23149.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=36.93%
G=27.65%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514618700.250.040.24309.828.9966.86
HexC392BB0194181361d43
Octal30322227303143046635103
Binary11000011100100101011101101100110011000100110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392BB; }

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

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

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

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

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

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

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

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