#C190C0

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

Shades of Lilac #C190C0

Tints of Lilac #C190C0

Color information

#C190C0 (or 0xC190C0) is unknown color: approx Lilac. HEX triplet: C1, 90 and C0. RGB value is (193,144,192). Sum of RGB (Red+Green+Blue) = 193+144+192=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C190C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190C0 is #3E6F3F. Grayscale: #A3A3A3. Windows color (decimal): -4091712 or 12619969. OLE color: 12619969.

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

Color convert

RGB193144192-
CMYK00.250.010.24
HSL301.22º28.32%66.08%-
HSV(B)301.22º25.39%75.69%-
XYZ41.4835.0954.46-
YUV164.12143.73148.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=36.48%
G=27.22%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314419200.250.010.24301.2228.3266.08
HexC190C001911812d1c42
Octal30122030003113045534102
Binary110000011001000011000000011001111000100101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190C0; }

 p { color: rgb(193,144,192); }

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

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

 a { background-color: rgb(193,144,192); }

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

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

 span { border-color: rgb(193,144,192); }

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