Html Css Color HEX #C2A8BF Lilac

📋 copy color: '#C2A8BF'

red 194 ◦ green 168 ◦ blue 191

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

Shades of Lilac #C2A8BF

Tints of Lilac #C2A8BF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.38%

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

R = 35.08%
G = 30.38%
B = 34.54%

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

#C2A8BF (or 0xC2A8BF) is known color: Lilac. HEX triplet: C2, A8 and BF. RGB value is (194,168,191). Sum of RGB (Red+Green+Blue) = 194+168+191=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8BF is #3D5740. Grayscale: #B2B2B2. Windows color (decimal): -4020033 or 12560578. OLE color: 12560578.

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

Color convert

RGB 194 168 191 -
CMYK 0 0.13 0.02 0.24
HSL 306.92º 0.18% 0.71% -
HSV(B) 306.92º 0.13% 0.76% -
XYZ 45.65 43.24 55.23 -
YUV 178.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 194 168 191 0 0.13 0.02 0.24 306.92 0.18 0.71
Hex C2 A8 BF 0 D 2 18 133 12 47
Octal 302 250 277 0 15 2 30 463 22 107
Binary 11000010 10101000 10111111 0 1101 10 11000 100110011 10010 1000111

Color Harmonies of #C2A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A8BF

Black with #C2A8BF

Text Example


Text Example

White with #C2A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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