Html Css Color HEX #C2A7BF Lilac

📋 copy color: '#C2A7BF'

red 194 ◦ green 167 ◦ blue 191

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

Shades of Lilac #C2A7BF

Tints of Lilac #C2A7BF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.25%

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

R = 35.14%
G = 30.25%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2A7BF (or 0xC2A7BF) is known color: Lilac. HEX triplet: C2, A7 and BF. RGB value is (194,167,191). Sum of RGB (Red+Green+Blue) = 194+167+191=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7BF is #3D5840. Grayscale: #B1B1B1. Windows color (decimal): -4020289 or 12560322. OLE color: 12560322.

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

Color convert

RGB 194 167 191 -
CMYK 0 0.14 0.02 0.24
HSL 306.67º 0.18% 0.71% -
HSV(B) 306.67º 0.14% 0.76% -
XYZ 45.47 42.87 55.17 -
YUV 177.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 194 167 191 0 0.14 0.02 0.24 306.67 0.18 0.71
Hex C2 A7 BF 0 E 2 18 133 12 47
Octal 302 247 277 0 16 2 30 463 22 107
Binary 11000010 10100111 10111111 0 1110 10 11000 100110011 10010 1000111

Color Harmonies of #C2A7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A7BF

Black with #C2A7BF

Text Example


Text Example

White with #C2A7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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