Html Css Color HEX #C2A0BD Lilac

📋 copy color: '#C2A0BD'

red 194 ◦ green 160 ◦ blue 189

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

Shades of Lilac #C2A0BD

Tints of Lilac #C2A0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.81%

R = 35.73%
G = 29.47%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2A0BD (or 0xC2A0BD) is known color: Lilac. HEX triplet: C2, A0 and BD. RGB value is (194,160,189). Sum of RGB (Red+Green+Blue) = 194+160+189=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A0BD is #3D5F42. Grayscale: #ADADAD. Windows color (decimal): -4022083 or 12427458. OLE color: 12427458.

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

Color convert

RGB 194 160 189 -
CMYK 0 0.18 0.03 0.24
HSL 308.82º 0.22% 0.69% -
HSV(B) 308.82º 0.18% 0.76% -
XYZ 44 40.29 53.6 -
YUV 173.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 194 160 189 0 0.18 0.03 0.24 308.82 0.22 0.69
Hex C2 A0 BD 0 12 3 18 135 16 45
Octal 302 240 275 0 22 3 30 465 26 105
Binary 11000010 10100000 10111101 0 10010 11 11000 100110101 10110 1000101

Color Harmonies of #C2A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A0BD

Black with #C2A0BD

Text Example


Text Example

White with #C2A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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