#C192BD

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

Shades of Lilac #C192BD

Tints of Lilac #C192BD

Color information

#C192BD (or 0xC192BD) is unknown color: approx Lilac. HEX triplet: C1, 92 and BD. RGB value is (193,146,189). Sum of RGB (Red+Green+Blue) = 193+146+189=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BD is #3E6D42. Grayscale: #A4A4A4. Windows color (decimal): -4091203 or 12423873. OLE color: 12423873.

HSL color Cylindrical-coordinate representation of color #C192BD: hue angle of 305.11º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192BD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193146189-
CMYK00.240.020.24
HSL305.11º27.49%66.47%-
HSV(B)305.11º24.35%75.69%-
XYZ41.4635.5752.82-
YUV164.96141.57148-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=36.55%
G=27.65%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314618900.240.020.24305.1127.4966.47
HexC192BD0182181311b42
Octal30122227503023046133102
Binary1100000110010010101111010110001011000100110001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192BD; }

 p { color: rgb(193,146,189); }

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

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

 a { background-color: rgb(193,146,189); }

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

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

 span { border-color: rgb(193,146,189); }

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