Html Css Color HEX #C1A0C2 Lilac

📋 copy color: '#C1A0C2'

red 193 ◦ green 160 ◦ blue 194

#C1A0C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C1A0C2

Tints of Lilac #C1A0C2

RGB

 RED value IS 193 (75.78% from 255) = 35.28%

 GREEN value IS 160 (62.89% from 255) = 29.25%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 35.28%
G = 29.25%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C1A0C2 (or 0xC1A0C2) is known color: Lilac. HEX triplet: C1, A0 and C2. RGB value is (193,160,194). Sum of RGB (Red+Green+Blue) = 193+160+194=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #C1A0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0C2 is #3E5F3D. Grayscale: #ADADAD. Windows color (decimal): -4087614 or 12755137. OLE color: 12755137.

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

Color convert

RGB 193 160 194 -
CMYK 0.01 0.18 0 0.24
HSL 298.24º 0.22% 0.69% -
HSV(B) 298.24º 0.18% 0.76% -
XYZ 44.3 40.37 56.5 -
YUV 173.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 193 160 194 0.01 0.18 0 0.24 298.24 0.22 0.69
Hex C1 A0 C2 1 12 0 18 12A 16 45
Octal 301 240 302 1 22 0 30 452 26 105
Binary 11000001 10100000 11000010 1 10010 0 11000 100101010 10110 1000101

Color Harmonies of #C1A0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A0C2

Black with #C1A0C2

Text Example


Text Example

White with #C1A0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A0C2; }

 p { color: rgb(193,160,194); }

 H1.HeaderClassName
 {
   color: #C1A0C2;
 }
 .AnyTagClassName
 {
   color: #C1A0C2;
 }
</style>

background-color css

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

 a { background-color: rgb(193,160,194); }

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

border-color css

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

 span { border-color: rgb(193,160,194); }

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