Html Css Color HEX #C2A9BF Lilac

📋 copy color: '#C2A9BF'

red 194 ◦ green 169 ◦ blue 191

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

Shades of Lilac #C2A9BF

Tints of Lilac #C2A9BF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.51%

 BLUE value IS 191 (75% from 255) = 34.48%

R = 35.02%
G = 30.51%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2A9BF (or 0xC2A9BF) is known color: Lilac. HEX triplet: C2, A9 and BF. RGB value is (194,169,191). Sum of RGB (Red+Green+Blue) = 194+169+191=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9BF is #3D5640. Grayscale: #B2B2B2. Windows color (decimal): -4019777 or 12560834. OLE color: 12560834.

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

Color convert

RGB 194 169 191 -
CMYK 0 0.13 0.02 0.24
HSL 307.2º 0.17% 0.71% -
HSV(B) 307.2º 0.13% 0.76% -
XYZ 45.84 43.61 55.29 -
YUV 178.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 194 169 191 0 0.13 0.02 0.24 307.2 0.17 0.71
Hex C2 A9 BF 0 D 2 18 133 11 47
Octal 302 251 277 0 15 2 30 463 21 107
Binary 11000010 10101001 10111111 0 1101 10 11000 100110011 10001 1000111

Color Harmonies of #C2A9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9BF

Black with #C2A9BF

Text Example


Text Example

White with #C2A9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9BF; }

 p { color: rgb(194,169,191); }

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

background-color css

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

 a { background-color: rgb(194,169,191); }

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

border-color css

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

 span { border-color: rgb(194,169,191); }

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