Html Css Color HEX #C196CB Lilac

📋 copy color: '#C196CB'

red 193 ◦ green 150 ◦ blue 203

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

Shades of Lilac #C196CB

Tints of Lilac #C196CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 35.35%
G = 27.47%
B = 37.18%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C196CB (or 0xC196CB) is known color: Lilac. HEX triplet: C1, 96 and CB. RGB value is (193,150,203). Sum of RGB (Red+Green+Blue) = 193+150+203=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C196CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196CB is #3E6934. Grayscale: #A8A8A8. Windows color (decimal): -4090165 or 13342401. OLE color: 13342401.

HSL color Cylindrical-coordinate representation of color #C196CB: hue angle of 288.68º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C196CB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 150 203 -
CMYK 0.05 0.26 0 0.20
HSL 288.68º 0.34% 0.69% -
HSV(B) 288.68º 0.26% 0.8% -
XYZ 43.68 37.46 61.43 -
YUV 168.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 193 150 203 0.05 0.26 0 0.20 288.68 0.34 0.69
Hex C1 96 CB 5 1A 0 14 121 22 45
Octal 301 226 313 5 32 0 24 441 42 105
Binary 11000001 10010110 11001011 101 11010 0 10100 100100001 100010 1000101

Color Harmonies of #C196CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196CB

Black with #C196CB

Text Example


Text Example

White with #C196CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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