Html Css Color HEX #C196BF Lilac

📋 copy color: '#C196BF'

red 193 ◦ green 150 ◦ blue 191

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

Shades of Lilac #C196BF

Tints of Lilac #C196BF

RGB

 RED value IS 193 (75.78% from 255) = 36.14%

 GREEN value IS 150 (58.98% from 255) = 28.09%

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

R = 36.14%
G = 28.09%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C196BF (or 0xC196BF) is known color: Lilac. HEX triplet: C1, 96 and BF. RGB value is (193,150,191). Sum of RGB (Red+Green+Blue) = 193+150+191=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BF is #3E6940. Grayscale: #A7A7A7. Windows color (decimal): -4090177 or 12555969. OLE color: 12555969.

HSL color Cylindrical-coordinate representation of color #C196BF: hue angle of 302.79º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C196BF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 150 191 -
CMYK 0 0.22 0.01 0.24
HSL 302.79º 0.26% 0.67% -
HSV(B) 302.79º 0.22% 0.76% -
XYZ 42.3 36.91 54.19 -
YUV 167.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 193 150 191 0 0.22 0.01 0.24 302.79 0.26 0.67
Hex C1 96 BF 0 16 1 18 12F 1A 43
Octal 301 226 277 0 26 1 30 457 32 103
Binary 11000001 10010110 10111111 0 10110 1 11000 100101111 11010 1000011

Color Harmonies of #C196BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196BF

Black with #C196BF

Text Example


Text Example

White with #C196BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196BF; }

 p { color: rgb(193,150,191); }

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

background-color css

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

 a { background-color: rgb(193,150,191); }

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

border-color css

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

 span { border-color: rgb(193,150,191); }

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