Html Css Color HEX #C2AEC0 Lilac

📋 copy color: '#C2AEC0'

red 194 ◦ green 174 ◦ blue 192

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

Shades of Lilac #C2AEC0

Tints of Lilac #C2AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.07%

 BLUE value IS 192 (75.39% from 255) = 34.29%

R = 34.64%
G = 31.07%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2AEC0 (or 0xC2AEC0) is known color: Lilac. HEX triplet: C2, AE and C0. RGB value is (194,174,192). Sum of RGB (Red+Green+Blue) = 194+174+192=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEC0 is #3D513F. Grayscale: #B5B5B5. Windows color (decimal): -4018496 or 12627650. OLE color: 12627650.

HSL color Cylindrical-coordinate representation of color #C2AEC0: hue angle of 306º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AEC0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 192 -
CMYK 0 0.10 0.01 0.24
HSL 306º 0.14% 0.72% -
HSV(B) 306º 0.1% 0.76% -
XYZ 46.9 45.55 56.19 -
YUV 182.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 194 174 192 0 0.10 0.01 0.24 306 0.14 0.72
Hex C2 AE C0 0 A 1 18 132 E 48
Octal 302 256 300 0 12 1 30 462 16 110
Binary 11000010 10101110 11000000 0 1010 1 11000 100110010 1110 1001000

Color Harmonies of #C2AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AEC0

Black with #C2AEC0

Text Example


Text Example

White with #C2AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AEC0; }

 p { color: rgb(194,174,192); }

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

background-color css

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

 a { background-color: rgb(194,174,192); }

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

border-color css

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

 span { border-color: rgb(194,174,192); }

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