Html Css Color HEX #C2A0BE Lilac

📋 copy color: '#C2A0BE'

red 194 ◦ green 160 ◦ blue 190

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

Shades of Lilac #C2A0BE

Tints of Lilac #C2A0BE

RGB

 RED value IS 194 (76.17% from 255) = 35.66%

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 35.66%
G = 29.41%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2A0BE (or 0xC2A0BE) is known color: Lilac. HEX triplet: C2, A0 and BE. RGB value is (194,160,190). Sum of RGB (Red+Green+Blue) = 194+160+190=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0BE is #3D5F41. Grayscale: #ADADAD. Windows color (decimal): -4022082 or 12492994. OLE color: 12492994.

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

Color convert

RGB 194 160 190 -
CMYK 0 0.18 0.02 0.24
HSL 307.06º 0.22% 0.69% -
HSV(B) 307.06º 0.18% 0.76% -
XYZ 44.11 40.33 54.17 -
YUV 173.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 194 160 190 0 0.18 0.02 0.24 307.06 0.22 0.69
Hex C2 A0 BE 0 12 2 18 133 16 45
Octal 302 240 276 0 22 2 30 463 26 105
Binary 11000010 10100000 10111110 0 10010 10 11000 100110011 10110 1000101

Color Harmonies of #C2A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0BE

Black with #C2A0BE

Text Example


Text Example

White with #C2A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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