Html Css Color HEX #C196BD Lilac

📋 copy color: '#C196BD'

red 193 ◦ green 150 ◦ blue 189

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

Shades of Lilac #C196BD

Tints of Lilac #C196BD

RGB

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

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

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

R = 36.28%
G = 28.2%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C196BD (or 0xC196BD) is known color: Lilac. HEX triplet: C1, 96 and BD. RGB value is (193,150,189). Sum of RGB (Red+Green+Blue) = 193+150+189=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C196BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196BD is #3E6942. Grayscale: #A7A7A7. Windows color (decimal): -4090179 or 12424897. OLE color: 12424897.

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

Color convert

RGB 193 150 189 -
CMYK 0 0.22 0.02 0.24
HSL 305.58º 0.26% 0.67% -
HSV(B) 305.58º 0.22% 0.76% -
XYZ 42.08 36.82 53.03 -
YUV 167.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 193 150 189 0 0.22 0.02 0.24 305.58 0.26 0.67
Hex C1 96 BD 0 16 2 18 132 1A 43
Octal 301 226 275 0 26 2 30 462 32 103
Binary 11000001 10010110 10111101 0 10110 10 11000 100110010 11010 1000011

Color Harmonies of #C196BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196BD

Black with #C196BD

Text Example


Text Example

White with #C196BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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