Html Css Color HEX #C2A2BE Lilac

📋 copy color: '#C2A2BE'

red 194 ◦ green 162 ◦ blue 190

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

Shades of Lilac #C2A2BE

Tints of Lilac #C2A2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.67%

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

R = 35.53%
G = 29.67%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2A2BE (or 0xC2A2BE) is known color: Lilac. HEX triplet: C2, A2 and BE. RGB value is (194,162,190). Sum of RGB (Red+Green+Blue) = 194+162+190=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2BE is #3D5D41. Grayscale: #AEAEAE. Windows color (decimal): -4021570 or 12493506. OLE color: 12493506.

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

Color convert

RGB 194 162 190 -
CMYK 0 0.16 0.02 0.24
HSL 307.5º 0.21% 0.7% -
HSV(B) 307.5º 0.16% 0.76% -
XYZ 44.46 41.03 54.29 -
YUV 174.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 194 162 190 0 0.16 0.02 0.24 307.5 0.21 0.7
Hex C2 A2 BE 0 10 2 18 134 15 46
Octal 302 242 276 0 20 2 30 464 25 106
Binary 11000010 10100010 10111110 0 10000 10 11000 100110100 10101 1000110

Color Harmonies of #C2A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A2BE

Black with #C2A2BE

Text Example


Text Example

White with #C2A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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