Html Css Color HEX #C2A5BE Lilac

📋 copy color: '#C2A5BE'

red 194 ◦ green 165 ◦ blue 190

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

Shades of Lilac #C2A5BE

Tints of Lilac #C2A5BE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.05%

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

R = 35.34%
G = 30.05%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2A5BE (or 0xC2A5BE) is known color: Lilac. HEX triplet: C2, A5 and BE. RGB value is (194,165,190). Sum of RGB (Red+Green+Blue) = 194+165+190=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A5BE is #3D5A41. Grayscale: #B0B0B0. Windows color (decimal): -4020802 or 12494274. OLE color: 12494274.

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

Color convert

RGB 194 165 190 -
CMYK 0 0.15 0.02 0.24
HSL 308.28º 0.19% 0.7% -
HSV(B) 308.28º 0.15% 0.76% -
XYZ 45 42.1 54.47 -
YUV 176.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 194 165 190 0 0.15 0.02 0.24 308.28 0.19 0.7
Hex C2 A5 BE 0 F 2 18 134 13 46
Octal 302 245 276 0 17 2 30 464 23 106
Binary 11000010 10100101 10111110 0 1111 10 11000 100110100 10011 1000110

Color Harmonies of #C2A5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A5BE

Black with #C2A5BE

Text Example


Text Example

White with #C2A5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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